mirror of
https://github.com/wekan/wekan.git
synced 2026-03-10 15:42:34 +01:00
Lint fix
This commit is contained in:
parent
d01fccd949
commit
777d9ac353
4 changed files with 5 additions and 5 deletions
|
|
@ -1332,7 +1332,7 @@ function updateActivities(doc, fieldNames, modifier) {
|
|||
$set: {
|
||||
labelId: modifier.$set.labelIds[doc.labelIds.indexOf(a.labelId)],
|
||||
boardId: modifier.$set.boardId,
|
||||
}
|
||||
},
|
||||
});
|
||||
} else {
|
||||
Activities.remove(a._id);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue