mirror of
https://github.com/plankanban/planka.git
synced 2025-07-22 14:49:43 +02:00
ref: Little refactoring
This commit is contained in:
parent
6021d67a00
commit
b58b91baa1
8 changed files with 14 additions and 17 deletions
|
@ -99,7 +99,7 @@ module.exports = {
|
|||
throw 'userMustBePresent';
|
||||
}
|
||||
|
||||
if (!_.isNil(values.position)) {
|
||||
if (!_.isUndefined(values.position)) {
|
||||
const boardId = values.boardId || inputs.record.boardId;
|
||||
const listId = values.listId || inputs.record.listId;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue