Skip to content

Commit

Permalink
fix: Reference the correct di prop for LocalStorageHandler
Browse files Browse the repository at this point in the history
  • Loading branch information
dipasqualew committed Aug 5, 2020
1 parent e91b3a2 commit a65f81f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/storage/localStorage.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default class LocalStorageHandler extends StorageHandler {
* @returns {WindowLocalStorage}
*/
get ls() {
return this.context.localStorage;
return this.di.localStorage;
}

/**
Expand Down

0 comments on commit a65f81f

Please sign in to comment.