Skip to content

Commit

Permalink
Add debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Nithriel committed Nov 22, 2023
1 parent af78c95 commit d70df72
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ module.exports = {

let bulkInsertList = [];

console.log(userUpdateList);

for (const element of userUpdateList) {
bulkInsertList.push(
`(${element.id},\
Expand Down

0 comments on commit d70df72

Please sign in to comment.