Skip to content

Commit

Permalink
this resolves issue #5
Browse files Browse the repository at this point in the history
  • Loading branch information
neonshobhit committed Feb 25, 2024
1 parent fdb5ef4 commit e511ed3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,6 @@ export async function getGroupExpenses(groupId: string) {
}
})
}

return prisma.expense.findMany({
where: { groupId },
include: {
Expand Down

0 comments on commit e511ed3

Please sign in to comment.