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