mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
- Fix lint errors.
Note: variable trackingUsers is not used anywhere, so it was removed. Thanks to xet7 !
This commit is contained in:
parent
b4402b72ac
commit
178beee476
2 changed files with 1 additions and 2 deletions
|
@ -151,7 +151,6 @@ if (Meteor.isServer) {
|
|||
}
|
||||
if (board) {
|
||||
const watchingUsers = _.pluck(_.where(board.watchers, {level: 'watching'}), 'userId');
|
||||
const trackingUsers = _.pluck(_.where(board.watchers, {level: 'tracking'}), 'userId');
|
||||
watchers = _.union(watchers, watchingUsers || []);
|
||||
}
|
||||
|
||||
|
|
|
@ -341,4 +341,4 @@ Migrations.add('remove-tag', () => {
|
|||
'profile.tags':1,
|
||||
},
|
||||
}, noValidateMulti);
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue