filters for transactions;

update transactions when recurrent updated
This commit is contained in:
xds
2025-11-18 00:34:02 +03:00
parent 42cbf30bd8
commit 195bdd83f0
16 changed files with 162 additions and 526 deletions

View File

@@ -35,7 +35,6 @@ class TransactionsServiceImpl(
tgChatId = chatId,
tgMessageId = messageId,
)
print(transaction)
return transactionRepo.create(transaction, userId)
}