Browse Source

chore: generate

opencode-agent[bot] 1 tuần trước cách đây
mục cha
commit
c88facb2cc
1 tập tin đã thay đổi với 1 bổ sung5 xóa
  1. 1 5
      packages/app/src/context/global-sync/bootstrap.ts

+ 1 - 5
packages/app/src/context/global-sync/bootstrap.ts

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