Use camelCase
for non-constructors
This commit is contained in:
@@ -12,5 +12,4 @@ exports.migrations = [
|
||||
},
|
||||
];
|
||||
|
||||
exports.run = ({ Backbone, Database } = {}) =>
|
||||
runMigrations({ Backbone, database: Database });
|
||||
exports.run = runMigrations;
|
||||
|
Reference in New Issue
Block a user