Skip to content

Commit 553545c

Browse files
committed
Update comment
1 parent 83edd6c commit 553545c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/persistence.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export default function _Persistence(mpInstance) {
3535
}
3636

3737
if (mpInstance._Store.getPrivacyFlag('SDKState')) {
38-
// Call storeDataInMemory without parameters will create a new DAS
38+
// Calling storeDataInMemory without parameters will create a new DAS if it doesn't exist
3939
self.storeDataInMemory();
4040
return;
4141
}

0 commit comments

Comments
 (0)