Skip to content

Commit

Permalink
Update src/types/onyx/UserMetadata.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Puneet Lath <[email protected]>
  • Loading branch information
danieldoglas and puneetlath authored Aug 7, 2024
1 parent 9d290f5 commit 314f203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/onyx/UserMetadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ type UserMetadata = {
environment?: string;

/** Information if user dismissed the try new dot popup before. Can be "empty", true or false */
tryNewDotDismissed?: string | boolean;
tryNewDotDismissed?: 'empty' | boolean;
};

export default UserMetadata;

0 comments on commit 314f203

Please sign in to comment.