Skip to content

Commit

Permalink
fix: display projects that only in the certain round
Browse files Browse the repository at this point in the history
  • Loading branch information
kittybest committed Aug 8, 2024
1 parent 18fd498 commit 9947c60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/interface/src/server/api/routers/projects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ export const projectsRouter = createTRPCRouter({
orderBy: [createOrderBy(input.orderBy, input.sortOrder)],
where: {
attester: { equals: config.admin },
AND: filters,
},
});
}),
Expand Down

0 comments on commit 9947c60

Please sign in to comment.