mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-31 14:31:48 +00:00
fix comment
This commit is contained in:
parent
8685b774ee
commit
d464556f74
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ module.exports = CompileController =
|
|||
return next(error) if error?
|
||||
CompileManager.doCompileWithLock request, (error, outputFiles = []) ->
|
||||
if error instanceof Errors.AlreadyCompilingError
|
||||
code = 423 # Http 443 Locked
|
||||
code = 423 # Http 423 Locked
|
||||
status = "compile-in-progress"
|
||||
else if error instanceof Errors.FilesOutOfSyncError
|
||||
code = 409 # Http 409 Conflict
|
||||
|
|
Loading…
Reference in a new issue