Skip to content

Commit c93ead3

Browse files
Changed to normal algorithm
1 parent fd5b589 commit c93ead3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Sources/SprenUI/API/PostBodyCompBody.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ struct BodyCompData: Encodable {
1414
let height: Double
1515
let weight: Double
1616
let vigorousDays: Int
17-
let pushUps: Int
17+
// let pushUps: Int
1818
let image: String
1919
}
2020

Sources/SprenUI/UI/Screens/Flows/BodyComp/AnalyzingScreen/AnalyzingScreen+API.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ extension AnalyzingScreen {
3131
height: height, // cm
3232
weight: weight, // kg
3333
vigorousDays: vigorousDays,
34-
pushUps: 0,
34+
// pushUps: 0,
3535
image: imageBase64Encoded
3636
)
3737
)

0 commit comments

Comments
 (0)