Skip to content

Commit 803dc40

Browse files
committed
removed timestamp from vo2max converter
1 parent 350ac2a commit 803dc40

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

oura-library/src/main/kotlin/org/radarbase/oura/converter/OuraVO2MaxConverter.kt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,6 @@ class OuraVO2MaxConverter(
3939
id = data.get("id")?.textValue()
4040
day = data.get("day")?.textValue()
4141
vo2Max = data.get("vo2_max")?.floatValue()
42-
timestamp = data.get("timestamp")?.textValue()?.let {
43-
OffsetDateTime.parse(it).toInstant().toEpochMilli() / 1000.0
44-
}
4542
}.build()
4643
}
4744

0 commit comments

Comments
 (0)