This commit is contained in:
Trey t
2023-06-15 23:44:34 -05:00
parent c2ea70305c
commit 544332c422
9 changed files with 2389 additions and 2170 deletions

View File

@@ -12,7 +12,7 @@ struct Muscle: Codable {
let name: String
}
struct ExerciseMuscle: Codable {
struct ExerciseMuscle: Codable, Hashable {
let id: Int
let createdAt, updatedAt: String
let exercise, muscle: Int