mirror of
https://github.com/plankanban/planka.git
synced 2025-12-17 09:13:23 +03:00
Prepare for collection board type, refactoring, update dependencies
This commit is contained in:
@@ -12,8 +12,8 @@ module.exports = {
|
||||
const values = _.pick(inputs, ['name']);
|
||||
|
||||
const { project, projectMembership } = await sails.helpers.createProject(
|
||||
values,
|
||||
currentUser,
|
||||
values,
|
||||
this.req,
|
||||
true,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user