Skip to content

Commit

Permalink
fix: also persist the plain text cached routes (#895)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsy1218 authored Oct 31, 2024
1 parent 3d46349 commit 172dc5d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,7 @@ export class DynamoRouteCachingProvider extends IRouteCachingProvider {
blockNumber: cachedRoutes.blockNumber,
protocol: route.protocol.toString(),
item: binaryCachedRoutes,
plainRoutes: jsonCachedRoutes,
ttl: ttl,
},
},
Expand Down

0 comments on commit 172dc5d

Please sign in to comment.