mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
removed extra req.session.destroy
This commit is contained in:
parent
258a8e3f04
commit
9a49ce4a0e
1 changed files with 0 additions and 1 deletions
|
@ -10,6 +10,5 @@ module.exports =
|
|||
if err?
|
||||
logger.log err:err, project_id:project_id, "something went wrong getting project details"
|
||||
return res.send 500
|
||||
req.session.destroy()
|
||||
res.json(projDetails)
|
||||
|
||||
|
|
Loading…
Reference in a new issue