mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
wip: sync
This commit is contained in:
parent
6d22ade771
commit
721869353b
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ export const getActor = query(async (): Promise<Actor.Info> => {
|
|||
}
|
||||
}
|
||||
const workspaceHint = splits[1]
|
||||
const accounts = Object.keys(auth.data.account)
|
||||
const accounts = Object.keys(auth.data.account ?? {})
|
||||
const result = await Database.transaction(async (tx) => {
|
||||
return await tx
|
||||
.select({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue