From 74442eff0c4c97e983db763ae10cd8f0d972baca Mon Sep 17 00:00:00 2001 From: x032205 Date: Mon, 13 Oct 2025 01:23:32 -0400 Subject: [PATCH] added TQueueJobTypes --- backend/src/queue/queue-service.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/backend/src/queue/queue-service.ts b/backend/src/queue/queue-service.ts index 150601abe..7f45e3821 100644 --- a/backend/src/queue/queue-service.ts +++ b/backend/src/queue/queue-service.ts @@ -353,6 +353,10 @@ export type TQueueJobTypes = { name: QueueJobs.UserNotification; payload: { notifications: TCreateUserNotificationDTO[] }; }; + [QueueName.HealthAlert]: { + name: QueueJobs.HealthAlert; + payload: undefined; + }; }; const SECRET_SCANNING_JOBS = [