Skip to content

Commit

Permalink
chore: lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mrevanzak committed Jun 28, 2024
1 parent ac0b124 commit 441671d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/app/sign-in/form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export function SignInForm() {

const t = useTranslations("Signin");
const zodi18n = useTranslations("Zod");
// @ts-ignore - lib doesn't support next-intl types
// @ts-expect-error - lib doesn't support next-intl types
z.setErrorMap(makeZodI18nMap({ t: zodi18n }));

return (
Expand Down

0 comments on commit 441671d

Please sign in to comment.