feat: update fixing error

This commit is contained in:
hanif salafi 2025-03-24 11:36:22 +07:00
parent a3cc816399
commit f3e65ad55d
1 changed files with 1 additions and 1 deletions

View File

@ -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}`