From 7b8fec5a37b2380cf8e4fb718fe5b2c770c39d07 Mon Sep 17 00:00:00 2001 From: avicenan Date: Fri, 19 Jun 2026 15:51:24 +0900 Subject: [PATCH] fix add new type of print in card queue --- src/types/card_print_queue_type.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/types/card_print_queue_type.ts b/src/types/card_print_queue_type.ts index 93dcb6f..f01219b 100644 --- a/src/types/card_print_queue_type.ts +++ b/src/types/card_print_queue_type.ts @@ -1,4 +1,5 @@ export enum CardPrintQueueType { PRINT_PROVISION = "print_provision", PROVISION = "provision", + PRINT = "print", }