Skip to content

Commit

Permalink
chore: test
Browse files Browse the repository at this point in the history
  • Loading branch information
gaboesquivel committed Apr 11, 2024
1 parent 25533fc commit 33c18aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/masterbots.ai/app/(browse)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
// })
Expand Down

0 comments on commit 33c18aa

Please sign in to comment.