Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
agnlez committed Aug 7, 2024
1 parent 9a7e82a commit 815c293
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/(static)/events-news/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 815c293

Please sign in to comment.