mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
fix excess argument pass into UpdateMerger.p.processFile
This commit is contained in:
parent
e9b218fe5f
commit
9ed2d7f971
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ module.exports = UpdateMerger =
|
|||
|
||||
processFile: (project_id, fsPath, path, source, user_id, callback)->
|
||||
logger.log project_id:project_id, "processing file update from tpds"
|
||||
EditorController.upsertFileWithPath project_id, path, fsPath, source, user_id, callback, (err) ->
|
||||
EditorController.upsertFileWithPath project_id, path, fsPath, source, user_id, (err) ->
|
||||
logger.log project_id:project_id, "completed processing file update from tpds"
|
||||
callback(err)
|
||||
|
||||
|
|
Loading…
Reference in a new issue