chore: generate
This commit is contained in:
parent
d4b85f8d83
commit
c88facb2cc
1 changed files with 1 additions and 5 deletions
|
|
@ -105,11 +105,7 @@ function showErrors(input: {
|
|||
})
|
||||
}
|
||||
|
||||
export const loadGlobalConfigQuery = (
|
||||
scope: ServerScope,
|
||||
sdk: OpencodeClient,
|
||||
protocol?: Promise<ServerProtocol>,
|
||||
) =>
|
||||
export const loadGlobalConfigQuery = (scope: ServerScope, sdk: OpencodeClient, protocol?: Promise<ServerProtocol>) =>
|
||||
queryOptions({
|
||||
queryKey: [scope, "config"],
|
||||
queryFn: async () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue