mirror of
https://github.com/penxio/penx.git
synced 2026-01-15 00:18:08 -05:00
fix: fix getSpaceId
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
'use client'
|
||||
|
||||
export async function getSpaceId() {
|
||||
export function getSpaceId() {
|
||||
const site = (window as any).__SITE__
|
||||
return site?.spaceId as string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user