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

This commit is contained in:
Nareshkumar Rao 2025-04-05 00:04:56 +02:00
parent a223fc709e
commit 952d9541b9

View File

@ -14,7 +14,7 @@ export async function savePostServer(
is_draft: boolean,
existingSlug?: string
) {
if ((await auth())?.user != null) {
if ((await auth())?.user == null) {
throw new Error("Not authenticated");
}