We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfb47b4 commit 095eebfCopy full SHA for 095eebf
oura-library/src/main/kotlin/org/radarbase/oura/request/OuraRequestGenerator.kt
@@ -109,7 +109,7 @@ constructor(
109
ouraOffsetManager.updateOffsets(
110
request.route,
111
request.user,
112
- Instant.ofEpochSecond(offset).plus(Duration.ofMillis(500),
+ Instant.ofEpochSecond(offset).plus(Duration.ofMillis(500)),
113
)
114
} else {
115
if (request.startDate.plus(TIME_AFTER_REQUEST).isBefore(Instant.now())) {
0 commit comments