From ddfbb60b25c58c8326bd0ec705a189a7531e0846 Mon Sep 17 00:00:00 2001 From: Liam Date: Fri, 17 Nov 2023 10:03:09 +0000 Subject: [PATCH] 7 --- apps/proxy/src/routes/proxy.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/proxy/src/routes/proxy.ts b/apps/proxy/src/routes/proxy.ts index ace18f9..d552cd2 100644 --- a/apps/proxy/src/routes/proxy.ts +++ b/apps/proxy/src/routes/proxy.ts @@ -159,6 +159,7 @@ export default class ProxyRoute extends Route { url, status: status, time: Date.now() - before, + cached: false, }); cache.set(url, { nodeId: nodeId,