fix
All checks were successful
Build / build (push) Successful in 2m26s

This commit is contained in:
Nareshkumar Rao 2025-04-04 23:47:04 +02:00
parent 64e5fd3354
commit a223fc709e

View File

@ -10,7 +10,7 @@ export default async function WritePage({
params: Promise<{ slug: string[] | undefined }>;
}) {
if ((await auth())?.user == null) {
signIn();
await signIn();
}
const slug = (await params).slug?.[0];