Skip to content

Commit f0e0f1f

Browse files
committed
F
1 parent bab52f4 commit f0e0f1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nextjs-cache-handler/src/handlers/cache-handler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@ export class CacheHandler implements NextCacheHandler {
606606

607607
if (cachedData?.value?.kind === "APP_ROUTE") {
608608
cachedData.value.body = Buffer.from(
609-
cachedData.value.body as unknown as string,
609+
cachedData.value.body.toString(),
610610
"base64",
611611
);
612612
}

0 commit comments

Comments
 (0)