Skip to content

Commit

Permalink
Fix ported change
Browse files Browse the repository at this point in the history
  • Loading branch information
webprofusion-chrisc committed May 2, 2024
1 parent adc2b90 commit 3a45a25
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ private async Task<CertificateRequestResult> PerformCoreCertificateRequest(ILog
// authorizations per identifier. Authorizations may already be validated or we may still
// have to complete the authorization challenge. When rate limits are encountered, this
// step may fail.
var pendingOrder = await _acmeClientProvider.BeginCertificateOrder(log, managedCertificate, resumeExistingOrder);
var pendingOrder = await acmeClientProvider.BeginCertificateOrder(log, managedCertificate, resumeExistingOrder);

if (pendingOrder.IsFailure)
{
Expand Down

0 comments on commit 3a45a25

Please sign in to comment.