From 441671da684d544dff20ed2dc9f6b4e0aa9322ec Mon Sep 17 00:00:00 2001 From: mrevanzak Date: Fri, 28 Jun 2024 12:19:40 +0700 Subject: [PATCH] chore: lint fix --- apps/web/src/app/sign-in/form.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/app/sign-in/form.tsx b/apps/web/src/app/sign-in/form.tsx index 861b205..9b57255 100644 --- a/apps/web/src/app/sign-in/form.tsx +++ b/apps/web/src/app/sign-in/form.tsx @@ -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 (