Skip to content

Commit

Permalink
Address PR Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
alexs-mparticle committed Jan 22, 2024
1 parent 09d7944 commit 1cb7f43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ export default function Store(
if (config.hasOwnProperty('usePersistence')) {
this.SDKConfig.usePersistence = config.usePersistence;
} else {
this.SDKConfig.usePersistence = false;
this.SDKConfig.usePersistence = true;
}

if (config.hasOwnProperty('maxProducts')) {
Expand Down

0 comments on commit 1cb7f43

Please sign in to comment.