ignore: cloud

This commit is contained in:
Dax Raad
2025-08-27 21:47:45 -04:00
parent bce1398b73
commit 63c7c921ed

View File

@@ -1,3 +1,4 @@
import { redirect } from "@solidjs/router"
import type { APIEvent } from "@solidjs/start/server" import type { APIEvent } from "@solidjs/start/server"
import { AuthClient, useAuthSession } from "~/context/auth" import { AuthClient, useAuthSession } from "~/context/auth"
@@ -25,7 +26,5 @@ export async function GET(input: APIEvent) {
current: id, current: id,
} }
}) })
return { return redirect("/")
result,
}
} }