Skip to content

Commit 05f2bda

Browse files
committed
chore: format [skip ci]
1 parent a52fee4 commit 05f2bda

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/routes/docs.$lang.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { redirect, type LoaderFunctionArgs } from "@remix-run/node";
22
export async function loader({ params }: LoaderFunctionArgs) {
3-
const { lang, ref } = params;
4-
return !ref ? redirect(`/docs/${lang}/main`) : null;
5-
}
3+
const { lang, ref } = params;
4+
return !ref ? redirect(`/docs/${lang}/main`) : null;
5+
}

0 commit comments

Comments
 (0)