Authored by htoooth

fix

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