From f3e65ad55d9ac0b298d0fc37dff96459dd6e409f Mon Sep 17 00:00:00 2001 From: hanif salafi Date: Mon, 24 Mar 2025 11:36:22 +0700 Subject: [PATCH] feat: update fixing error --- service/communication/communication.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/communication/communication.ts b/service/communication/communication.ts index b70ab31a..008629d3 100644 --- a/service/communication/communication.ts +++ b/service/communication/communication.ts @@ -9,7 +9,7 @@ export async function listTicketingInternal( page: number, size: any, title: string = "", - category: any + category: any = "", ) { return await httpGetInterceptor( `ticketing/internal/pagination?enablePage=1&size=${size}&page=${page}&title=${title}&category=${category}`