fix: duplicated event emitter
This commit is contained in:
@@ -37,7 +37,7 @@ export class CreateUncategorizedTransaction {
|
||||
tenantId,
|
||||
async (trx: Knex.Transaction) => {
|
||||
await this.eventPublisher.emitAsync(
|
||||
events.cashflow.onTransactionUncategorizedCreated,
|
||||
events.cashflow.onTransactionUncategorizedCreating,
|
||||
{
|
||||
tenantId,
|
||||
createUncategorizedTransactionDTO,
|
||||
|
||||
Reference in New Issue
Block a user