Use `camelCase` for non-constructors

pull/1/head
Daniel Gasienica 7 years ago
parent 3720c3f3bb
commit 4ff8bc3357

@ -98,7 +98,7 @@
console.log('Migrate database without attachments');
await Migrations1DatabaseWithoutAttachmentData.run({
Backbone,
Database: Whisper.Database,
database: Whisper.Database,
});
console.log('Storage fetch');

@ -12,5 +12,4 @@ exports.migrations = [
},
];
exports.run = ({ Backbone, Database } = {}) =>
runMigrations({ Backbone, database: Database });
exports.run = runMigrations;

Loading…
Cancel
Save