We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a5aceb commit 0ccdf46Copy full SHA for 0ccdf46
src/app/(public)/repos/[language]/page.tsx
@@ -144,7 +144,7 @@ async function getRepos(
144
145
async function getReportedRepos() {
146
const client = getXataClient();
147
- const reports = await client.db.reports
+ const reports = await client.db.reports
148
.select(['repoId'])
149
.filter({ valid: false })
150
.getMany();
0 commit comments