diff --git a/src/web-fetch/runtime.ts b/src/web-fetch/runtime.ts index 2238f2f5512..dac558844fe 100644 --- a/src/web-fetch/runtime.ts +++ b/src/web-fetch/runtime.ts @@ -23,10 +23,6 @@ type WebFetchConfig = NonNullable["web"] extends infer : undefined : undefined; -function resolveFetchConfig(cfg?: OpenClawConfig): WebFetchConfig { - return resolveWebProviderConfig<"fetch", NonNullable>(cfg, "fetch"); -} - export type ResolveWebFetchDefinitionParams = { config?: OpenClawConfig; sandboxed?: boolean;