fix: cashflow statement localization

This commit is contained in:
Ahmed Bouhuolia
2025-06-06 20:40:56 +02:00
parent 9a685ffe5d
commit 0a57b6e20e
6 changed files with 9 additions and 13 deletions

View File

@@ -12,9 +12,7 @@ export class UnitOfWork {
) {}
/**
*
* @param {number} tenantId
* @param {} work
* @param {function} work - The work to be done in the transaction.
* @param {IsolationLevel} isolationLevel
* @returns {}
*/