From 33c18aadb73633dfd8c5a97c8d148fc2631d3d6e Mon Sep 17 00:00:00 2001 From: Gabo Esquivel Date: Wed, 10 Apr 2024 22:52:44 -0600 Subject: [PATCH] chore: test --- apps/masterbots.ai/app/(browse)/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/masterbots.ai/app/(browse)/page.tsx b/apps/masterbots.ai/app/(browse)/page.tsx index 32000043..44edb3ea 100644 --- a/apps/masterbots.ai/app/(browse)/page.tsx +++ b/apps/masterbots.ai/app/(browse)/page.tsx @@ -5,6 +5,7 @@ import { getBrowseThreads, getCategories } from '@/services/hasura' export default async function BrowsePage() { const categories = await getCategories() + console.log(categories) // const threads = await getBrowseThreads({ // limit: 20 // })