Skip to content

Commit dfc0721

Browse files
killswtchffMathy
authored andcommitted
Fixed _logger not being assigned (#16)
1 parent 6a5caef commit dfc0721

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/FluffySpoon.AspNet.LetsEncrypt.Aws/AwsDnsChallengePersistenceStrategy.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ public AwsDnsChallengePersistenceStrategy(AwsOptions awsOptions, ILogger<AwsDnsC
2727
{
2828
_awsOptions = awsOptions;
2929
_route53Client = new AmazonRoute53Client(awsOptions.Credentials, awsOptions.Region);
30+
_logger = logger;
3031
}
3132

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

0 commit comments

Comments
 (0)