Authored by htoooth

fix

... ... @@ -51,4 +51,4 @@ module.exports = function(req, res, next) {
server.handle(data).then(() => {
res.status(204).json();
}).catch(next);
};
\ No newline at end of file
};
... ...