mirror of
https://github.com/wekan/wekan.git
synced 2026-02-03 07:01:47 +01:00
Multiple lint issue fixes
Found by using the command `meteor npm run lint:eslint:fix`.
This commit is contained in:
parent
3407b0e65b
commit
b2acc3ba45
3 changed files with 7 additions and 7 deletions
|
|
@ -1475,12 +1475,12 @@ Cards.mutations({
|
|||
},
|
||||
};
|
||||
},
|
||||
setVoteQuestion(question, public) {
|
||||
setVoteQuestion(question, public_) {
|
||||
return {
|
||||
$set: {
|
||||
vote: {
|
||||
question,
|
||||
public,
|
||||
public_,
|
||||
positive: [],
|
||||
negative: [],
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue