mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-30 20:52:20 +00:00
fix indentation of comment
This commit is contained in:
parent
fe8897d757
commit
61b192fb2c
1 changed files with 3 additions and 3 deletions
|
@ -224,9 +224,9 @@ module.exports = ProjectEntityUpdateHandler = self =
|
|||
callback(null, doc, folder_id, result?.path?.fileSystem)
|
||||
|
||||
addFileWithoutUpdatingHistory: wrapWithLock
|
||||
# This method should never be called directly, except when importing a project
|
||||
# from Overleaf. It skips sending updates to the project history, which will break
|
||||
# the history unless you are making sure it is updated in some other way.
|
||||
# This method should never be called directly, except when importing a project
|
||||
# from Overleaf. It skips sending updates to the project history, which will break
|
||||
# the history unless you are making sure it is updated in some other way.
|
||||
beforeLock: (next) ->
|
||||
(project_id, folder_id, fileName, fsPath, linkedFileData, userId, callback) ->
|
||||
ProjectEntityUpdateHandler.uploadFile project_id, folder_id, fileName, fsPath, linkedFileData, userId, (error, fileRef, fileStoreUrl) ->
|
||||
|
|
Loading…
Reference in a new issue