provide a consistent type for 'customLimits'
This commit is contained in:
parent
3cf09924ae
commit
94d8e7f2c2
@ -68,7 +68,7 @@ module.exports.create = function (config, cb) {
|
|||||||
allowSubscriptions: config.allowSubscriptions,
|
allowSubscriptions: config.allowSubscriptions,
|
||||||
myDomain: config.myDomain,
|
myDomain: config.myDomain,
|
||||||
mySubdomain: config.mySubdomain,
|
mySubdomain: config.mySubdomain,
|
||||||
customLimits: config.customLimits,
|
customLimits: config.customLimits || {},
|
||||||
// FIXME this attribute isn't in the default conf
|
// FIXME this attribute isn't in the default conf
|
||||||
// but it is referenced in Quota
|
// but it is referenced in Quota
|
||||||
domain: config.domain
|
domain: config.domain
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user