mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2025-12-24 02:39:18 -05:00
fix: typos
This commit is contained in:
@@ -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}`,
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user