refactor: migrate item categories to nestjs

This commit is contained in:
Ahmed Bouhuolia
2024-12-20 10:40:35 +02:00
parent 83dfaa00fd
commit 1f32a7c59a
18 changed files with 128 additions and 22 deletions

View File

@@ -20,7 +20,7 @@ export class CreateExpense {
private tenancy: HasTenancyService;
@Inject()
private eventPublisher: EventPublisher;
private eventPublisher: EventPublisher;
@Inject()
private uow: UnitOfWork;