Skip to content

Commit

Permalink
string
Browse files Browse the repository at this point in the history
  • Loading branch information
kentcdodds committed Oct 9, 2023
1 parent 5df10af commit 378a14b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/resources.connect-epic-web.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { fetchKCDGuild } from '~/bot/utils'
const RequestSchema = z.object({
deviceToken: z.string(),
discordCode: z.string(),
port: z.number().default(5639),
port: z.string().default('5639'),
})

export async function action({ request }: DataFunctionArgs) {
Expand Down

0 comments on commit 378a14b

Please sign in to comment.