Skip to content

Commit

Permalink
perf: Removed unused attendees count (#16391)
Browse files Browse the repository at this point in the history
  • Loading branch information
keithwillcode authored Aug 29, 2024
1 parent f7c1d62 commit 4284e86
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/core/getUserAvailability.ts
Original file line number Diff line number Diff line change
Expand Up @@ -171,11 +171,6 @@ const _getCurrentSeats = async (
email: true,
},
},
_count: {
select: {
attendees: true,
},
},
},
});

Expand Down

0 comments on commit 4284e86

Please sign in to comment.