Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

Commit

Permalink
Merge pull request #5057 from corona-warn-app/fix/14576-MIN_TIME_SINC…
Browse files Browse the repository at this point in the history
…E_ONBOARDING-else-case

Fix/14576 Wrong error text for MIN_TIME_SINCE_ONBOARDING
  • Loading branch information
naveeddotio authored Feb 21, 2023
2 parents c2dc9b1 + bcdf54c commit 0242296
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ class PPACService: PrivacyPreservingAccessControl {
}
// Remaining time
else {
timeStillToWaitInHours = difference
timeStillToWaitInHours = minTimeSinceOnboarding - difference
}

completion(
Expand Down

0 comments on commit 0242296

Please sign in to comment.