From 0907581cc019f9972e8fbd8fe04b1114e0d91ff5 Mon Sep 17 00:00:00 2001 From: kilyabin <65072190+kilyabin@users.noreply.github.com> Date: Tue, 2 Dec 2025 01:26:57 +0400 Subject: [PATCH] fix: some serialize in [group].tsx --- src/pages/[group].tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/[group].tsx b/src/pages/[group].tsx index 533d289..3b2ce8b 100644 --- a/src/pages/[group].tsx +++ b/src/pages/[group].tsx @@ -187,7 +187,7 @@ export async function getServerSideProps(context: GetServerSidePropsContext<{ gr message: 'Debug: принудительная ошибка', isTimeout: false } - }) + }) as NextSerialized } } @@ -210,7 +210,7 @@ export async function getServerSideProps(context: GetServerSidePropsContext<{ gr message: 'Debug: принудительный таймаут', isTimeout: true } - }) + }) as NextSerialized } } @@ -292,7 +292,7 @@ export async function getServerSideProps(context: GetServerSidePropsContext<{ gr message: errorMessage, isTimeout } - }) + }) as NextSerialized } } } @@ -353,7 +353,7 @@ export async function getServerSideProps(context: GetServerSidePropsContext<{ gr isFromCache: isFromCache ?? false, cacheAge: cacheAge ?? null, cacheInfo: cacheInfo ?? null - }) + }) as NextSerialized } } else { return {