Fixes variable name
This commit is contained in:
parent
c7098230d4
commit
b91d2cf241
|
@ -54,7 +54,7 @@ exports.initialize = function initializeSchema(schema, callback) {
|
||||||
throw error;
|
throw error;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
} else throw error;
|
} else throw err;
|
||||||
} else callback();
|
} else callback();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue