chore: add notif service for new criticisms ticket and subscribtion
This commit is contained in:
@@ -258,7 +258,7 @@ export class BlogsService {
|
||||
|
||||
await queryRunner.manager.save(this.blogCommentsRepository.target, comment);
|
||||
|
||||
const superAdmin = await this.adminsService.getSuperAdmins();
|
||||
const superAdmin = await this.adminsService.getSuperAdmins(queryRunner);
|
||||
|
||||
for (const admin of superAdmin) {
|
||||
await this.notificationsService.createNewBlogCommentNotification(
|
||||
|
||||
Reference in New Issue
Block a user