Skip to content

Commit

Permalink
Remove error property from PlaidData
Browse files Browse the repository at this point in the history
  • Loading branch information
fabioh8010 committed Apr 26, 2024
1 parent ebfe92d commit be992f1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/CONST.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1379,7 +1379,6 @@ const CONST = {
plaidAccessToken: '',
bankAccounts: [] as PlaidBankAccount[],
isLoading: false,
error: '',
errors: {},
},
},
Expand Down
1 change: 0 additions & 1 deletion src/types/onyx/PlaidData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ type PlaidData = {
bankAccounts?: PlaidBankAccount[];

isLoading?: boolean;
error?: string;
errors: OnyxCommon.Errors;
};

Expand Down

0 comments on commit be992f1

Please sign in to comment.