mirror of
https://github.com/plankanban/planka.git
synced 2025-12-22 09:15:37 +03:00
ref: Refactoring
This commit is contained in:
@@ -25,7 +25,7 @@ module.exports = {
|
||||
async fn(inputs) {
|
||||
const { values } = inputs;
|
||||
|
||||
const lists = await sails.helpers.boards.getFiniteListsById(values.board.id);
|
||||
const lists = await sails.helpers.boards.getKanbanListsById(values.board.id);
|
||||
|
||||
const { position, repositions } = sails.helpers.utils.insertToPositionables(
|
||||
values.position,
|
||||
|
||||
Reference in New Issue
Block a user