update: remove the blog from the response of the update or create blog
This commit is contained in:
@@ -480,6 +480,6 @@ export class InvoiceProcessor extends WorkerProcessor {
|
||||
|
||||
userSupportPlan.status = UserSupportPlanStatus.ACTIVE;
|
||||
await queryRunner.manager.save(UserSupportPlan, userSupportPlan);
|
||||
await this.invoicesService.payInvoice(newInvoice.id, invoice.user.id, queryRunner);
|
||||
await this.invoicesService.payInvoice(newInvoice.id, invoice.user.id, undefined, queryRunner);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user