fix: syntax error

This commit is contained in:
Ahmed Bouhuolia
2024-07-04 17:50:48 +02:00
parent f62ec83e29
commit 168883a933
3 changed files with 7 additions and 7 deletions

View File

@@ -5,7 +5,7 @@ import { entries, groupBy } from 'lodash';
import { CreateAccount } from '@/services/Accounts/CreateAccount';
import {
IAccountCreateDTO,
\ IPlaidTransactionsSyncedEventPayload,
IPlaidTransactionsSyncedEventPayload,
PlaidAccount,
PlaidTransaction,
} from '@/interfaces';