perf: Removed unused attendees count (#16391)

This commit is contained in:
Keith Williams
2024-08-29 01:13:48 -04:00
committed by GitHub
parent f7c1d62bb8
commit 4284e86e51
-5
View File
@@ -171,11 +171,6 @@ const _getCurrentSeats = async (
email: true,
},
},
_count: {
select: {
attendees: true,
},
},
},
});