mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-09 22:45:49 +00:00
Prevent double rendering error
This commit is contained in:
parent
d1b1e6c299
commit
30b935befd
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ module.exports =
|
|||
TeamInvitesHandler.acceptInvite token, userId, (err, results) ->
|
||||
return handleError(err, req, res, next) if err?
|
||||
|
||||
res.sendStatus 204
|
||||
res.sendStatus 204
|
||||
|
||||
revokeInvite: (req, res) ->
|
||||
email = req.params.email
|
||||
|
|
Loading…
Add table
Reference in a new issue