mirror of
https://github.com/plankanban/planka.git
synced 2025-12-16 17:23:21 +03:00
Prepare for collection board type, refactoring, update dependencies
This commit is contained in:
@@ -65,7 +65,6 @@ module.exports = {
|
||||
}
|
||||
|
||||
const values = _.pick(inputs, ['name', 'background', 'backgroundImage']);
|
||||
|
||||
project = await sails.helpers.updateProject(project, values, this.req);
|
||||
|
||||
if (!project) {
|
||||
|
||||
Reference in New Issue
Block a user