update: restuarant dto

This commit is contained in:
2025-12-24 23:32:29 +03:30
parent f35ff8343b
commit e56d9888e5
2 changed files with 5 additions and 1 deletions
@@ -1050,7 +1050,7 @@ export class InvoicesService {
} finally {
await queryRunner.release();
}
}
}
//*********************************** */
private async getInvoiceByIdWithQueryRunner(invoiceId: string, userId: string, queryRunner: QueryRunner) {