mirror of
https://github.com/wekan/wekan.git
synced 2025-04-24 05:57:13 -04:00
Fix lint errors.
This commit is contained in:
parent
dc4e93ad56
commit
ab73afe17a
2 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
module.exports.models = {
|
||||
connection: 'mongodb',
|
||||
migrate: 'safe'
|
||||
}
|
||||
migrate: 'safe',
|
||||
};
|
||||
|
|
|
@ -82,7 +82,7 @@ Cards.attachSchema(new SimpleSchema({
|
|||
description: {
|
||||
type: String,
|
||||
optional: true,
|
||||
defaultValue: ''
|
||||
defaultValue: '',
|
||||
},
|
||||
requestedBy: {
|
||||
type: String,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue