Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions src/types/onyx/Account.ts
Original file line number Diff line number Diff line change
Expand Up @@ -202,9 +202,6 @@ type Account = {
errors: OnyxCommon.Errors;
};

/// All of the fields/attributes after this comment are currently being migrated from the User model into this Account model
/// Please do not use any of it until the list of action tasks in the table at https://github.com/Expensify/App/issues/59277#issuecomment-2818283478 is fully completed

/** Whether or not the user is subscribed to news updates */
isSubscribedToNewsletter?: boolean;

Expand Down
Loading