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
@@ -20,4 +20,8 @@ export class CreateRestaurantDto {
@IsString()
phone?: string;
@ApiProperty({ example: 'sub_1234567890', description: 'شناسه اشتراک' })
@IsString()
subscriptionId!: string;
}
@@ -1050,7 +1050,7 @@ export class InvoicesService {
} finally {
await queryRunner.release();
}
}
}
//*********************************** */
private async getInvoiceByIdWithQueryRunner(invoiceId: string, userId: string, queryRunner: QueryRunner) {