fix: return pageNumber value on GET /tickets
parent
c3452c72d7
commit
b5f9fbc558
|
@ -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 (
|
||||
|
|
Loading…
Reference in New Issue