3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-27 06:19:24 +01:00
This commit is contained in:
reality 2015-02-17 08:49:16 +00:00
parent c2573f9043
commit 77e67b637b

View File

@ -37,7 +37,7 @@ var api = function(dbot) {
accessNeeded = mConfig.webAccess;
}
if(!_.isUndefined(accessNeeded) || accessNeeded == null) {
if(_.isUndefined(accessNeeded) || accessNeeded == null) {
return next();
}