mirror of
https://github.com/reality/dbot.git
synced 2024-11-27 06:19:24 +01:00
oops
This commit is contained in:
parent
c2573f9043
commit
77e67b637b
@ -37,7 +37,7 @@ var api = function(dbot) {
|
||||
accessNeeded = mConfig.webAccess;
|
||||
}
|
||||
|
||||
if(!_.isUndefined(accessNeeded) || accessNeeded == null) {
|
||||
if(_.isUndefined(accessNeeded) || accessNeeded == null) {
|
||||
return next();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user