fix: return pageNumber value on GET /tickets

feat-hitphone-integration
gustavo-gsp 2024-06-14 12:16:59 -03:00
parent c3452c72d7
commit b5f9fbc558
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ export const index = async (req: Request, res: Response): Promise<Response> => {
return res
.status(200)
.json({ tickets, count, hasMore, remoteTicketsControll });
.json({ tickets, count, hasMore, remoteTicketsControll, pageNumber });
};
export const remoteTicketCreation = async (