Use camelCase
for non-constructors
This commit is contained in:
parent
3720c3f3bb
commit
4ff8bc3357
2 changed files with 2 additions and 3 deletions
|
@ -12,5 +12,4 @@ exports.migrations = [
|
|||
},
|
||||
];
|
||||
|
||||
exports.run = ({ Backbone, Database } = {}) =>
|
||||
runMigrations({ Backbone, database: Database });
|
||||
exports.run = runMigrations;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue