Skip to content

Commit 888ecec

Browse files
committed
remove unused variable
1 parent a179462 commit 888ecec

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/routes/tickets.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ const ticketInfoEntryZod = ticketEntryZod.extend({
5454
fulfilled: z.boolean(),
5555
});
5656

57-
type TicketEntry = z.infer<typeof ticketEntryZod>;
5857
type TicketInfoEntry = z.infer<typeof ticketInfoEntryZod>;
5958

6059
const responseJsonSchema = zodToJsonSchema(ticketEntryZod);

0 commit comments

Comments
 (0)