mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Return when calling callback
This commit is contained in:
parent
07f078b527
commit
7a3b78da43
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ module.exports = ConversionManager =
|
||||||
|
|
||||||
if !lastCompressedUpdate?
|
if !lastCompressedUpdate?
|
||||||
# No saved versions, no raw updates, nothing to do
|
# No saved versions, no raw updates, nothing to do
|
||||||
callback()
|
return callback()
|
||||||
|
|
||||||
compressedUpdates = [lastCompressedUpdate]
|
compressedUpdates = [lastCompressedUpdate]
|
||||||
for rawUpdate in rawUpdates
|
for rawUpdate in rawUpdates
|
||||||
|
|
Loading…
Reference in a new issue