Showing
1 changed file
with
1 additions
and
1 deletions
@@ -51,4 +51,4 @@ module.exports = function(req, res, next) { | @@ -51,4 +51,4 @@ module.exports = function(req, res, next) { | ||
51 | server.handle(data).then(() => { | 51 | server.handle(data).then(() => { |
52 | res.status(204).json(); | 52 | res.status(204).json(); |
53 | }).catch(next); | 53 | }).catch(next); |
54 | -}; | ||
54 | +}; |
-
Please register or login to post a comment