Fix cached result in getAffectedTablesAndLastUpdatedTime

This commit is contained in:
Raul Ochoa 2015-07-14 21:00:27 +02:00
parent 722705468f
commit 91ab64dda9

View File

@ -206,7 +206,7 @@ NamedMapMapConfigProvider.prototype.getAffectedTablesAndLastUpdatedTime = functi
var self = this;
if (this.affectedTablesAndLastUpdate !== null) {
return this.affectedTablesAndLastUpdate;
return callback(null, this.affectedTablesAndLastUpdate);
}
step(