mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Fix lint error
This commit is contained in:
parent
78b9436f38
commit
aa6076e087
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ Cards.attachSchema(new SimpleSchema({
|
|||
},
|
||||
assignedBy: {
|
||||
type: String,
|
||||
optional: true
|
||||
optional: true,
|
||||
},
|
||||
labelIds: {
|
||||
type: [String],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue