diff --git a/ios/App/App/CoachWorkoutKit.swift b/ios/App/App/CoachWorkoutKit.swift index 6ac84b4..443fe4a 100644 --- a/ios/App/App/CoachWorkoutKit.swift +++ b/ios/App/App/CoachWorkoutKit.swift @@ -166,7 +166,7 @@ public class CoachWorkoutKitPlugin: CAPPlugin, CAPBridgedPlugin { [.year, .month, .day, .hour, .minute, .timeZone], from: scheduleDate ) - let scheduled = try await WorkoutScheduler.shared.schedule(plan, at: comps) - NSLog("[CoachWorkoutKit] schedule OK : \(scheduled.id) at \(scheduled.date)") + try await WorkoutScheduler.shared.schedule(plan, at: comps) + NSLog("[CoachWorkoutKit] schedule OK at \(scheduleDate)") } }