This commit is contained in:
Trey t
2023-07-10 15:35:48 -05:00
parent a2098943a8
commit 93cab684b9
10 changed files with 220 additions and 100 deletions

View File

@@ -14,7 +14,7 @@ struct CompletedWorkout: Codable {
let difficulty, totalTime: Int?
let workoutStartTime: String
let notes: String?
let totalCalories: Int?
let totalCalories: Float?
enum CodingKeys: String, CodingKey {
case id, workout