mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
Lint fix
This commit is contained in:
parent
d01fccd949
commit
777d9ac353
4 changed files with 5 additions and 5 deletions
|
@ -533,7 +533,7 @@ Migrations.add('mutate-boardIds-in-customfields', () => {
|
|||
boardIds: [cf.boardId],
|
||||
},
|
||||
$unset: {
|
||||
boardId: "",
|
||||
boardId: '',
|
||||
},
|
||||
}, noValidateMulti);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue