ref: Refactoring
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@ module.exports = {
|
||||
async fn(inputs) {
|
||||
return List.qm.getByBoardId(inputs.id, {
|
||||
exceptIdOrIds: inputs.exceptListIdOrIds,
|
||||
typeOrTypes: List.FINITE_TYPES,
|
||||
typeOrTypes: List.KANBAN_TYPES,
|
||||
});
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user