fix : free plan

This commit is contained in:
morteza-mortezai
2025-11-13 11:00:31 +03:30
parent 88349e3b7d
commit f3ddddc442
2 changed files with 1 additions and 2 deletions
@@ -305,7 +305,7 @@ export class SubscriptionsService {
async extendSubscribeToPlan(userSubscriptionId: string, dto: ExtendUSerSubscribeServiceDto, userId: string) {
const queryRunner = this.dataSource.createQueryRunner();
let isFree = false;
const isFree = false;
try {
await queryRunner.connect();
await queryRunner.startTransaction();