From e5839a8c820d59a0aede724fe676865205ef01cb Mon Sep 17 00:00:00 2001 From: Issa Nimaga Date: Mon, 12 May 2025 09:51:24 +0100 Subject: [PATCH] Remove comment regarding deprecation of User model and merging into account model --- src/types/onyx/Account.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/types/onyx/Account.ts b/src/types/onyx/Account.ts index d5c39f6dd1bb3..99ad8ed454a93 100644 --- a/src/types/onyx/Account.ts +++ b/src/types/onyx/Account.ts @@ -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;