mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 22:30:31 +00:00
Compare commits
4 Commits
fix-plaid-
...
v0.18.5
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7e2e87256f | ||
|
|
df7790d7c1 | ||
|
|
69ddf43b3e | ||
|
|
249eadaeaa |
@@ -73,8 +73,6 @@ export class PlaidUpdateTransactions {
|
|||||||
added.concat(modified),
|
added.concat(modified),
|
||||||
trx
|
trx
|
||||||
);
|
);
|
||||||
// Sync removed transactions.
|
|
||||||
await this.plaidSync.syncRemoveTransactions(tenantId, removed, trx);
|
|
||||||
// Sync transactions cursor.
|
// Sync transactions cursor.
|
||||||
await this.plaidSync.syncTransactionsCursor(
|
await this.plaidSync.syncTransactionsCursor(
|
||||||
tenantId,
|
tenantId,
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ export class CreateUncategorizedTransaction {
|
|||||||
tenantId,
|
tenantId,
|
||||||
async (trx: Knex.Transaction) => {
|
async (trx: Knex.Transaction) => {
|
||||||
await this.eventPublisher.emitAsync(
|
await this.eventPublisher.emitAsync(
|
||||||
events.cashflow.onTransactionUncategorizedCreated,
|
events.cashflow.onTransactionUncategorizedCreating,
|
||||||
{
|
{
|
||||||
tenantId,
|
tenantId,
|
||||||
createUncategorizedTransactionDTO,
|
createUncategorizedTransactionDTO,
|
||||||
|
|||||||
Reference in New Issue
Block a user