mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-16 19:21:19 +00:00
make format_fix
This commit is contained in:
parent
3eb217402b
commit
d5e3f9b4c8
1 changed files with 3 additions and 1 deletions
|
@ -50,7 +50,9 @@ module.exports = ThreadManager = {
|
|||
}
|
||||
}
|
||||
|
||||
return db.rooms.update(query, {'$set' : update}, { upsert: true }, function(error) {
|
||||
return db.rooms.update(query, { $set: update }, { upsert: true }, function(
|
||||
error
|
||||
) {
|
||||
if (error != null) {
|
||||
return callback(error)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue