Fix cached result in getAffectedTablesAndLastUpdatedTime
This commit is contained in:
parent
722705468f
commit
91ab64dda9
@ -206,7 +206,7 @@ NamedMapMapConfigProvider.prototype.getAffectedTablesAndLastUpdatedTime = functi
|
||||
var self = this;
|
||||
|
||||
if (this.affectedTablesAndLastUpdate !== null) {
|
||||
return this.affectedTablesAndLastUpdate;
|
||||
return callback(null, this.affectedTablesAndLastUpdate);
|
||||
}
|
||||
|
||||
step(
|
||||
|
Loading…
Reference in New Issue
Block a user