diff --git a/src/CONST.ts b/src/CONST.ts index 0640d7686d19..c2612a8a6695 100755 --- a/src/CONST.ts +++ b/src/CONST.ts @@ -1379,7 +1379,6 @@ const CONST = { plaidAccessToken: '', bankAccounts: [] as PlaidBankAccount[], isLoading: false, - error: '', errors: {}, }, }, diff --git a/src/types/onyx/PlaidData.ts b/src/types/onyx/PlaidData.ts index 3a538efe3623..8ec93119cbd8 100644 --- a/src/types/onyx/PlaidData.ts +++ b/src/types/onyx/PlaidData.ts @@ -15,7 +15,6 @@ type PlaidData = { bankAccounts?: PlaidBankAccount[]; isLoading?: boolean; - error?: string; errors: OnyxCommon.Errors; };