Skip to content

Commit e9cf78b

Browse files
committed
refactor(services): remove unused coachId
1 parent 4e77048 commit e9cf78b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

app/(authenticated)/services/actions.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,6 @@ export async function updateService(
386386
dbPatch.endDate = scheduledAtValue.endDate;
387387
dbPatch.slots = scheduledAtValue.slots;
388388
}
389-
if (coachIdValue !== undefined) dbPatch.coachId = coachIdValue;
390389
if (requires_subscription !== undefined) {
391390
dbPatch.requiresSubscription = requires_subscription === "true";
392391
}

0 commit comments

Comments
 (0)