From 1dbebce87c0418c8de4ca99dfae54d93b862cd71 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Sun, 16 Mar 2025 14:41:50 -0700 Subject: [PATCH] Update cached-fetch.js --- src/utils/proxy/cached-fetch.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/proxy/cached-fetch.js b/src/utils/proxy/cached-fetch.js index 6836888aa..b2d97cfb2 100644 --- a/src/utils/proxy/cached-fetch.js +++ b/src/utils/proxy/cached-fetch.js @@ -1,4 +1,5 @@ import cache from "memory-cache"; + import { httpProxy } from "utils/proxy/http"; const defaultDuration = 5;