Skip to content

Commit

Permalink
fix: renaming the mmkv back to mmkv.default
Browse files Browse the repository at this point in the history
  • Loading branch information
TravellerOnTheRun committed Mar 5, 2024
1 parent 0b47926 commit d2135f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/storage/MMKVStorage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export class MMKVStorage {
private id: string
private storage: MMKV

constructor(id = 'main_storage', encryptionKey?: string) {
constructor(id = 'mmkv.default', encryptionKey?: string) {
this.id = id
this.storage = new MMKV({
id,
Expand Down

0 comments on commit d2135f6

Please sign in to comment.