Skip to content

Commit 1692369

Browse files
committed
chore: Log dependents response data
1 parent 14f999c commit 1692369

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/docs/src/app/(pages)/_landing/dependents.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ export async function fetchDependents() {
2020
// tags: ['dependents']
2121
}
2222
}).then(res => res.json())
23+
console.log(JSON.stringify(data))
2324
return z.array(dependentSchema).parse(data)
2425
}
2526

0 commit comments

Comments
 (0)