Fixed missing 'ok'
This commit is contained in:
parent
aa157b1050
commit
0511830a12
|
@ -692,6 +692,7 @@ MySQL.prototype.createTable = function (model, cb) {
|
||||||
*/
|
*/
|
||||||
MySQL.prototype.isActual = function(models, cb) {
|
MySQL.prototype.isActual = function(models, cb) {
|
||||||
var self = this;
|
var self = this;
|
||||||
|
var ok;
|
||||||
|
|
||||||
if ((!cb) && ('function' === typeof models)) {
|
if ((!cb) && ('function' === typeof models)) {
|
||||||
cb = models;
|
cb = models;
|
||||||
|
|
Loading…
Reference in New Issue