Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
devksingh4 committed Nov 14, 2024
1 parent a179462 commit 888ecec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/routes/tickets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ const ticketInfoEntryZod = ticketEntryZod.extend({
fulfilled: z.boolean(),
});

type TicketEntry = z.infer<typeof ticketEntryZod>;
type TicketInfoEntry = z.infer<typeof ticketInfoEntryZod>;

const responseJsonSchema = zodToJsonSchema(ticketEntryZod);
Expand Down

0 comments on commit 888ecec

Please sign in to comment.