diff --git a/src/app/(static)/events-news/page.tsx b/src/app/(static)/events-news/page.tsx index fee423c..b5191d7 100644 --- a/src/app/(static)/events-news/page.tsx +++ b/src/app/(static)/events-news/page.tsx @@ -41,6 +41,7 @@ const prefetchData = async (queryClient: QueryClient) => { } console.log('***** BODY *****', response.body); + console.log('***** RES JSON *****', response.json); const data = await response.json(); console.log('***** DATA *****', data); return data?.data.upcoming;