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

Commit

Permalink
14576: Fix a time calculating issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
flxschmidt committed Feb 21, 2023
1 parent 009b68c commit bcdf54c
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 bcdf54c

Please sign in to comment.