fix: remove un-used code

This commit is contained in:
Ahmed Bouhuolia
2024-06-06 18:50:24 +02:00
parent 94192bfc29
commit 8b99e0938d
2 changed files with 0 additions and 3 deletions

View File

@@ -36,14 +36,12 @@ export default class GeneralLedgerSheet extends R.compose(
* @param {IJournalPoster} closingBalancesJournal -
*/
constructor(
tenantId: number,
query: IGeneralLedgerSheetQuery,
repository: GeneralLedgerRepository,
i18n
) {
super();
this.tenantId = tenantId;
this.query = query;
this.numberFormat = this.query.numberFormat;
this.repository = repository;