mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01: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 = {
|
module.exports.models = {
|
||||||
connection: 'mongodb',
|
connection: 'mongodb',
|
||||||
migrate: 'safe'
|
migrate: 'safe',
|
||||||
}
|
};
|
||||||
|
|
|
||||||
|
|
@ -82,7 +82,7 @@ Cards.attachSchema(new SimpleSchema({
|
||||||
description: {
|
description: {
|
||||||
type: String,
|
type: String,
|
||||||
optional: true,
|
optional: true,
|
||||||
defaultValue: ''
|
defaultValue: '',
|
||||||
},
|
},
|
||||||
requestedBy: {
|
requestedBy: {
|
||||||
type: String,
|
type: String,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue