We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e77048 commit e9cf78bCopy full SHA for e9cf78b
1 file changed
app/(authenticated)/services/actions.ts
@@ -386,7 +386,6 @@ export async function updateService(
386
dbPatch.endDate = scheduledAtValue.endDate;
387
dbPatch.slots = scheduledAtValue.slots;
388
}
389
- if (coachIdValue !== undefined) dbPatch.coachId = coachIdValue;
390
if (requires_subscription !== undefined) {
391
dbPatch.requiresSubscription = requires_subscription === "true";
392
0 commit comments