mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 22:00:31 +00:00
feat(server): move updating plaid transactions to background job
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { Inject, Service } from 'typedi';
|
||||
import { PlaidLinkTokenService } from './PlaidLinkToken';
|
||||
import { PlaidItemService } from './PlaidItem';
|
||||
import { PlaidItemDTO } from './_types';
|
||||
import { PlaidItemDTO } from '@/interfaces';
|
||||
|
||||
@Service()
|
||||
export class PlaidApplication {
|
||||
|
||||
Reference in New Issue
Block a user