We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83edd6c commit 553545cCopy full SHA for 553545c
src/persistence.js
@@ -35,7 +35,7 @@ export default function _Persistence(mpInstance) {
35
}
36
37
if (mpInstance._Store.getPrivacyFlag('SDKState')) {
38
- // Call storeDataInMemory without parameters will create a new DAS
+ // Calling storeDataInMemory without parameters will create a new DAS if it doesn't exist
39
self.storeDataInMemory();
40
return;
41
0 commit comments