mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
remove dead code
This commit is contained in:
parent
9b58621fa8
commit
bd1e1de504
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ module.exports = CompileController =
|
||||||
}
|
}
|
||||||
|
|
||||||
stopCompile: (req, res, next) ->
|
stopCompile: (req, res, next) ->
|
||||||
{project_id, user_id, session_id} = req.params
|
{project_id, user_id} = req.params
|
||||||
CompileManager.stopCompile project_id, user_id, (error) ->
|
CompileManager.stopCompile project_id, user_id, (error) ->
|
||||||
return next(error) if error?
|
return next(error) if error?
|
||||||
res.sendStatus(204)
|
res.sendStatus(204)
|
||||||
|
|
Loading…
Reference in a new issue