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
|
else
|
||||||
res.send 200
|
res.send 200
|
||||||
|
|
||||||
cloneProject: (req, res)->
|
cloneProject: (req, res, next)->
|
||||||
metrics.inc "cloned-project"
|
metrics.inc "cloned-project"
|
||||||
project_id = req.params.Project_id
|
project_id = req.params.Project_id
|
||||||
projectName = req.body.projectName
|
projectName = req.body.projectName
|
||||||
|
|
Loading…
Reference in a new issue