mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-24 08:22:14 +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
|
outputStream = inputStream.pipe gunzip
|
||||||
parts = []
|
parts = []
|
||||||
outputStream.on 'error', (err) ->
|
outputStream.on 'error', (err) ->
|
||||||
return callback(err)
|
return callback(err)
|
||||||
outputStream.on 'end', () ->
|
outputStream.on 'end', () ->
|
||||||
logger.log {project_id, doc_id, pack_id}, "download from s3 completed"
|
logger.log {project_id, doc_id, pack_id}, "download from s3 completed"
|
||||||
try
|
try
|
||||||
|
|
Loading…
Reference in a new issue