mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
added next into controller for error
This commit is contained in:
parent
e077108993
commit
29ae816432
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ module.exports = ProjectController =
|
|||
else
|
||||
res.send 200
|
||||
|
||||
cloneProject: (req, res)->
|
||||
cloneProject: (req, res, next)->
|
||||
metrics.inc "cloned-project"
|
||||
project_id = req.params.Project_id
|
||||
projectName = req.body.projectName
|
||||
|
|
Loading…
Reference in a new issue