Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
quanganhdo committed Dec 24, 2024
1 parent a6fefee commit d776ea0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ struct OperationPreferredDateCalculator {
case .optOutConfirmed:
return nil
case .optOutRequested:
return date.now.addingTimeInterval(schedulingConfig.maintenanceScan.hoursToSeconds)
return date.now.addingTimeInterval(schedulingConfig.optOutReattempt.hoursToSeconds)
}
}

Expand Down

0 comments on commit d776ea0

Please sign in to comment.