mirror of
https://github.com/plankanban/planka.git
synced 2025-12-17 17:23:25 +03:00
ref: Remove board types, refactoring
This commit is contained in:
@@ -14,7 +14,9 @@ module.exports = {
|
||||
},
|
||||
|
||||
async fn(inputs) {
|
||||
const project = await Project.create(inputs.values).fetch();
|
||||
const { values } = inputs;
|
||||
|
||||
const project = await Project.create({ ...values }).fetch();
|
||||
|
||||
const projectManager = await ProjectManager.create({
|
||||
projectId: project.id,
|
||||
|
||||
Reference in New Issue
Block a user