Skip to content
This repository has been archived by the owner on Jun 15, 2022. It is now read-only.

Commit

Permalink
migrationManager SFJS 0.3.56
Browse files Browse the repository at this point in the history
moughxyz committed Apr 3, 2019

Unverified

This user has not yet uploaded their public signing key.
1 parent f065264 commit d275952
Showing 3 changed files with 2,643 additions and 2,643 deletions.
5,280 changes: 2,640 additions & 2,640 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@
"react-navigation-header-buttons": "^2.1.1",
"regenerator": "^0.13.3",
"sn-models": "0.1.14",
"standard-file-js": "0.3.55"
"standard-file-js": "0.3.56"
},
"devDependencies": {
"babel-jest": "^23.6.0",
4 changes: 2 additions & 2 deletions src/lib/sfjs/migrationManager.js
Original file line number Diff line number Diff line change
@@ -17,8 +17,8 @@ export default class MigrationManager extends SFMigrationManager {
return this.instance;
}

constructor(modelManager, syncManager, storageManager) {
super(ModelManager.get(), Sync.get(), Storage.get());
constructor(modelManager, syncManager, storageManager, authManager) {
super(ModelManager.get(), Sync.get(), Storage.get(), Auth.get());
}

load() {

0 comments on commit d275952

Please sign in to comment.