mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-03 13:34:36 +00:00
don't try to getLastCompressedUpdates from packs
This commit is contained in:
parent
f50f091fc6
commit
d8dc56b031
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ module.exports = MongoManager =
|
|||
.limit(1)
|
||||
.toArray (error, compressedUpdates) ->
|
||||
return callback(error) if error?
|
||||
return callback null, null if compressedUpdates[0]?.pack? # cannot pop from a pack
|
||||
return callback null, compressedUpdates[0] or null
|
||||
|
||||
# only used in this module
|
||||
|
|
Loading…
Reference in a new issue