Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Commit

Permalink
fix: Remove count from query to update schedule (calcom#12287)
Browse files Browse the repository at this point in the history
Co-authored-by: Carina Wollendorfer <[email protected]>
  • Loading branch information
keithwillcode and CarinaWolli authored Nov 8, 2023
1 parent 2f73be0 commit 09fc7e1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ export const updateHandler = async ({ input, ctx }: UpdateOptions) => {
timeZone: true,
eventType: {
select: {
_count: true,
id: true,
eventName: true,
},
Expand Down

0 comments on commit 09fc7e1

Please sign in to comment.