From 7ddbbf04cba956066ef49a3324af66196f7a2b9f Mon Sep 17 00:00:00 2001 From: jsy1218 <91580504+jsy1218@users.noreply.github.com> Date: Thu, 31 Oct 2024 16:44:22 -0400 Subject: [PATCH] fix: also persist the plain text cached routes --- .../route-caching/dynamo-route-caching-provider.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/handlers/router-entities/route-caching/dynamo-route-caching-provider.ts b/lib/handlers/router-entities/route-caching/dynamo-route-caching-provider.ts index 461b39663..7f6ddb0eb 100644 --- a/lib/handlers/router-entities/route-caching/dynamo-route-caching-provider.ts +++ b/lib/handlers/router-entities/route-caching/dynamo-route-caching-provider.ts @@ -385,6 +385,7 @@ export class DynamoRouteCachingProvider extends IRouteCachingProvider { blockNumber: cachedRoutes.blockNumber, protocol: route.protocol.toString(), item: binaryCachedRoutes, + plainRoutes: jsonCachedRoutes, ttl: ttl, }, },