Skip to content

Commit b7f0b9f

Browse files
committed
ah ')'
1 parent 86a43b8 commit b7f0b9f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

db-controller.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1017,7 +1017,7 @@ const bulkCreate = async function (req, res, next) {
10171017
err.status = 400
10181018
next(createExpressError(err))
10191019
return
1020-
})
1020+
}
10211021
// TODO: bulkWrite SLUGS? Maybe assign an id to each document and then use that to create the slug?
10221022
// let slug = req.get("Slug")
10231023
// if(slug){
@@ -1096,7 +1096,7 @@ const bulkUpdate = async function (req, res, next) {
10961096
err.status = 400
10971097
next(createExpressError(err))
10981098
return
1099-
})
1099+
}
11001100
let bulkOps = []
11011101
let generatorAgent = getAgentClaim(req, next)
11021102
for(const objectReceived of documents){

0 commit comments

Comments
 (0)