ignore: cloud

This commit is contained in:
Jay V
2025-08-28 14:12:31 -04:00
parent 02e014b0a0
commit eff50c0aab
3 changed files with 5 additions and 1 deletions

View File

@@ -21,8 +21,11 @@ export const getActor = query(async (): Promise<Actor.Info> => {
const url = new URL(evt!.request.headers.get("referer") ?? evt!.request.url)
const auth = await useAuthSession()
const [workspaceHint] = url.pathname.split("/").filter((x) => x.length > 0)
console.log("here1")
if (!workspaceHint) {
console.log("here2")
if (auth.data.current) {
console.log("here3")
const current = auth.data.account[auth.data.current]
return {
type: "account",