Skip to content

Commit

Permalink
Fixed _logger not being assigned (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
killswtch authored and ffMathy committed Nov 19, 2019
1 parent 6a5caef commit dfc0721
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ public AwsDnsChallengePersistenceStrategy(AwsOptions awsOptions, ILogger<AwsDnsC
{
_awsOptions = awsOptions;
_route53Client = new AmazonRoute53Client(awsOptions.Credentials, awsOptions.Region);
_logger = logger;
}

protected override async Task DeleteAsync(string recordName, string recordType, string recordValue)
Expand Down

0 comments on commit dfc0721

Please sign in to comment.