mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Fix problems highlighted by Codacy/PR Quality Review
This commit is contained in:
parent
3ce3fa74b3
commit
78b9436f38
4 changed files with 13 additions and 2 deletions
|
|
@ -68,7 +68,7 @@ Cards.attachSchema(new SimpleSchema({
|
|||
},
|
||||
requestedBy: {
|
||||
type: String,
|
||||
optional: true
|
||||
optional: true,
|
||||
},
|
||||
assignedBy: {
|
||||
type: String,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue