chore: generate
This commit is contained in:
@@ -35,8 +35,8 @@ function captureSync() {
|
|||||||
if (!(err instanceof LocalContext.NotFound)) throw err
|
if (!(err instanceof LocalContext.NotFound)) throw err
|
||||||
}
|
}
|
||||||
})()
|
})()
|
||||||
const workspace = (fiber ? Context.getReferenceUnsafe(fiber.context, WorkspaceRef) : undefined) ??
|
const workspace =
|
||||||
WorkspaceContext.workspaceID
|
(fiber ? Context.getReferenceUnsafe(fiber.context, WorkspaceRef) : undefined) ?? WorkspaceContext.workspaceID
|
||||||
return { instance, workspace }
|
return { instance, workspace }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user