chore: generate

This commit is contained in:
opencode-agent[bot] 2026-08-03 06:09:39 +00:00
commit c88facb2cc

View file

@ -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 () => {