feat: disconnect and update bank account

This commit is contained in:
Ahmed Bouhuolia
2024-07-16 17:09:00 +02:00
parent fa7e6b1fca
commit c2815afbe3
11 changed files with 246 additions and 29 deletions

View File

@@ -52,6 +52,7 @@ const noAccessTokenLogger = async (
// Plaid client methods used in this app, mapped to their appropriate logging functions.
const clientMethodLoggingFns = {
transactionsRefresh: defaultLogger,
accountsGet: defaultLogger,
institutionsGet: noAccessTokenLogger,
institutionsGetById: noAccessTokenLogger,