mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-24 05:42:12 +00:00
fix indentation
This commit is contained in:
parent
3175f6d3a6
commit
1419d20b1f
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ module.exports = MongoAWS =
|
|||
outputStream = inputStream.pipe gunzip
|
||||
parts = []
|
||||
outputStream.on 'error', (err) ->
|
||||
return callback(err)
|
||||
return callback(err)
|
||||
outputStream.on 'end', () ->
|
||||
logger.log {project_id, doc_id, pack_id}, "download from s3 completed"
|
||||
try
|
||||
|
|
Loading…
Reference in a new issue