parent
ca4ede014e
commit
dd7167b533
|
@ -1138,7 +1138,7 @@ DataSource.prototype.autoupdate = function(models, cb) {
|
|||
}
|
||||
|
||||
const args = [models, cb];
|
||||
args.callee = this.automigrate;
|
||||
args.callee = this.autoupdate;
|
||||
const queued = this.ready(this, args);
|
||||
if (queued) {
|
||||
// waiting to connect
|
||||
|
|
Loading…
Reference in New Issue