Skip to content

Commit

Permalink
fix: duplicated event emitter
Browse files Browse the repository at this point in the history
  • Loading branch information
abouolia committed Jul 13, 2024
1 parent 249eada commit 69ddf43
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export class CreateUncategorizedTransaction {
tenantId,
async (trx: Knex.Transaction) => {
await this.eventPublisher.emitAsync(
events.cashflow.onTransactionUncategorizedCreated,
events.cashflow.onTransactionUncategorizedCreating,
{
tenantId,
createUncategorizedTransactionDTO,
Expand Down

0 comments on commit 69ddf43

Please sign in to comment.