Update packages/server/src/modules/Bills/commands/EditBill.service.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Ahmed Bouhuolia
2025-10-28 18:13:52 +02:00
committed by GitHub
parent f736c3f9eb
commit 4839a6dea8

View File

@@ -29,7 +29,6 @@ export class EditBillService {
@Inject(Bill.name) private billModel: TenantModelProxy<typeof Bill>,
@Inject(Vendor.name) private vendorModel: TenantModelProxy<typeof Vendor>,
) { }
/**