Skip to content

Commit d4e4492

Browse files
committed
- replace Backendless.applicationId with Backendless.appId for composing local storage key
1 parent 997eeb7 commit d4e4492

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/local-cache/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export default class LocalCache {
99
constructor(app) {
1010
this.app = app
1111

12-
this.storageName = `${STORAGE_KEY_NAMESPACE}_${this.app.applicationId}`
12+
this.storageName = `${STORAGE_KEY_NAMESPACE}_${this.app.appId}`
1313

1414
const Storage = Utils.isLocalStorageSupported
1515
? LocalStorage

0 commit comments

Comments
 (0)