feat: finialize creating juniors

This commit is contained in:
Abdalhameed Ahmad
2025-08-23 21:52:59 +03:00
parent 7291447c5a
commit 6602414779
17 changed files with 96 additions and 77 deletions

View File

@ -68,7 +68,6 @@ export class NotificationsService {
});
this.logger.log(`emitting ${EventType.NOTIFICATION_CREATED} event`);
return this.redisPubSubService.publishEvent(EventType.NOTIFICATION_CREATED, {
...notification,
data: { otp },