mirror of
https://github.com/plankanban/planka.git
synced 2025-12-16 09:13:18 +03:00
ref: Little refactoring
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user