From 758246281dd5b94b3a98f8167561606fb83f4620 Mon Sep 17 00:00:00 2001 From: avicenan Date: Fri, 27 Feb 2026 16:24:47 +0700 Subject: [PATCH] fix(queue): add status in current queues --- src/controllers/queue_monitoring.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/controllers/queue_monitoring.ts b/src/controllers/queue_monitoring.ts index 234beb5..3e942b9 100644 --- a/src/controllers/queue_monitoring.ts +++ b/src/controllers/queue_monitoring.ts @@ -168,7 +168,8 @@ export class QueueMonitoringController { room: room.room || room.name || room.roomName, code: room.code, qeue_number: latestOnGoing.qeue_number, - fullname_patient: latestOnGoing.fullname_patient + fullname_patient: latestOnGoing.fullname_patient, + status: latestOnGoing.registration_status, }); } });