Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
xstelea committed May 12, 2023
1 parent 7f5dade commit 9b2bbda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/IO/v1/schemas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export type AuthLoginWithChallengeRequestItem = z.infer<
>
export const AuthLoginWithChallengeRequestItem = object({
discriminator: literal('loginWithChallenge'),
string: string(),
challenge: string(),
})

export const AuthLoginRequestItem = union([
Expand Down

0 comments on commit 9b2bbda

Please sign in to comment.