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;