Skip to content

Commit

Permalink
Update handler names
Browse files Browse the repository at this point in the history
  • Loading branch information
joel-jeremy committed Jan 23, 2025
1 parent 0f70338 commit 1761118
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/loot-core/src/server/transactions/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ import { batchUpdateTransactions } from '.';

export type TransactionHandlers = {
'transactions-batch-update': typeof handleBatchUpdateTransactions;
'transactions-add': typeof addTransaction;
'transactions-update': typeof updateTransaction;
'transactions-delete': typeof deleteTransaction;
'transaction-add': typeof addTransaction;
'transaction-update': typeof updateTransaction;
'transaction-delete': typeof deleteTransaction;
'transactions-parse-file': typeof parseTransactionsFile;
'transactions-export': typeof exportTransactions;
'transactions-export-query': typeof exportTransactionsQuery;
Expand Down

0 comments on commit 1761118

Please sign in to comment.