Skip to content

Commit

Permalink
refactor: Update IsLoggedIn type in IPersistenceMinified interface (#852
Browse files Browse the repository at this point in the history
)
  • Loading branch information
alexs-mparticle authored Mar 29, 2024
1 parent 3ae0f68 commit c6b462d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/persistence.interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export interface IGlobalStoreV2MinifiedKeys {
export interface IPersistenceMinified extends Dictionary {
cu: MPID; // Current User MPID
gs: IGlobalStoreV2MinifiedKeys;
l: false; // IsLoggedIn
l: boolean; // IsLoggedIn

// Persistence Minified can also store optional dictionaries with
// an idex of MPID
Expand Down

0 comments on commit c6b462d

Please sign in to comment.