mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 05:27:14 -04:00
- Fix lint errors.
Thanks to xet7 !
This commit is contained in:
parent
25bb0bfa22
commit
de146f9aaf
1 changed files with 5 additions and 5 deletions
|
@ -344,9 +344,9 @@ Migrations.add('remove-tag', () => {
|
|||
});
|
||||
|
||||
Migrations.add('remove-customFields-references-broken', () => {
|
||||
Cards.update(
|
||||
{'customFields.$value': null},
|
||||
{$pull: {customFields: {value: null}}},
|
||||
noValidateMulti,
|
||||
);
|
||||
Cards.update({'customFields.$value': null},
|
||||
{ $pull: {
|
||||
customFields: {value: null},
|
||||
},
|
||||
}, noValidateMulti);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue