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