From a7c945cb0ba9cff896b9ed8cf638291a76e81a1b Mon Sep 17 00:00:00 2001 From: avicenan Date: Fri, 19 Jun 2026 17:52:48 +0900 Subject: [PATCH] fix print provision --- src/controllers/card_print_queue.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/controllers/card_print_queue.ts b/src/controllers/card_print_queue.ts index 308cc9d..8935fec 100644 --- a/src/controllers/card_print_queue.ts +++ b/src/controllers/card_print_queue.ts @@ -124,8 +124,8 @@ export class CardPrintQueueController { data.facility_code = param.facility_code || null; data.status = param.status || CardPrintQueueStatus.PENDING; // data.type = CardPrintQueueType.PROVISION; //test - // data.type = CardPrintQueueType.PRINT_PROVISION; //test - data.type = CardPrintQueueType.PRINT; //test + data.type = CardPrintQueueType.PRINT_PROVISION; //test + // data.type = CardPrintQueueType.PRINT; //test const authHeader = req.headers.authorization; let rawToken = "";