simplify check-in deactivation
This commit is contained in:
@@ -65,7 +65,9 @@ module.exports.create = function (config, cb) {
|
||||
WARN: WARN,
|
||||
flushCache: config.flushCache,
|
||||
adminEmail: config.adminEmail,
|
||||
allowSubscriptions: config.allowSubscriptions,
|
||||
allowSubscriptions: config.allowSubscriptions === true,
|
||||
blockDailyCheck: config.blockDailyCheck === true,
|
||||
|
||||
myDomain: config.httpUnsafeOrigin,
|
||||
// XXX not included in the config...
|
||||
mySubdomain: config.mySubdomain,
|
||||
|
||||
Reference in New Issue
Block a user