Skip to content

Commit

Permalink
tz is a string now
Browse files Browse the repository at this point in the history
numbers are strings now. crazy.
  • Loading branch information
mrhappyma committed Sep 19, 2024
1 parent 16edae3 commit ab80958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/applications.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const submittedApplicationSchema = z.object({
why: z.string(),
source: z.string(),
token: z.string(),
tz: z.number(),
tz: z.string(),
});

export const handleIncomingApplication = async (
Expand Down

0 comments on commit ab80958

Please sign in to comment.