Skip to content

Commit

Permalink
Fixes issue feathersjs-ecosystem#111 using getEntries() first
Browse files Browse the repository at this point in the history
  • Loading branch information
mhillerstrom committed Oct 19, 2020
1 parent f7e4ba9 commit 4f6913d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
15 changes: 7 additions & 8 deletions dist/feathers-localstorage.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/feathers-localstorage.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/feathers-localstorage.min.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ class LocalStorage extends Service {
throw new Error(`The storage name '${this._storageKey}' is already in use by another instance.`);
}
}

this.ready();
}

ready () {
Expand Down

0 comments on commit 4f6913d

Please sign in to comment.