diff --git a/server/utils/dnsCacheManager.ts b/server/utils/dnsCacheManager.ts index 688a957d..60b71012 100644 --- a/server/utils/dnsCacheManager.ts +++ b/server/utils/dnsCacheManager.ts @@ -792,7 +792,7 @@ if (typeof global.fetch === 'function') { } if (hostname && error.message?.includes('fetch failed')) { - dnsCache.reportNetworkError(hostname, ''); + dnsCache.reportNetworkError(hostname); logger.warn( `Reporting network error for ${hostname}: ${error.message}`, {