mirror of
https://github.com/plankanban/planka.git
synced 2025-12-17 09:13:23 +03:00
Code formatting with prettier, change eslint config for the server
This commit is contained in:
@@ -31,6 +31,6 @@ module.exports = function unprocessableEntity(message) {
|
||||
|
||||
return res.status(422).json({
|
||||
code: 'E_UNPROCESSABLE_ENTITY',
|
||||
message
|
||||
message,
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user