🥍 proxy.ts

This commit is contained in:
nirholas
2026-03-31 10:24:26 +00:00
parent 16777829b1
commit 3cead6ec67

View File

@@ -424,3 +424,4 @@ export function clearProxyCache(): void {
getProxyAgent.cache.clear?.() getProxyAgent.cache.clear?.()
logForDebugging('Cleared proxy agent cache') logForDebugging('Cleared proxy agent cache')
} }