diff --git a/packages/plugins/src/index.ts b/packages/plugins/src/index.ts index 976bfad1..2031adfc 100644 --- a/packages/plugins/src/index.ts +++ b/packages/plugins/src/index.ts @@ -1077,7 +1077,7 @@ export const fetchers: Fetcher[] = [ ...hxroFetchers, ...spdrFetchers, ...grassFetchers, - ...autothorFetchers, + // ...autothorFetchers, ]; export const fetchersByAddressSystem = getFetchersByAddressSystem(fetchers);