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

Commit d8274e1

Browse files
committed
remove dispose
1 parent 8114e56 commit d8274e1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

DotNetCertBot.Host/CertificateService.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ public async Task Issue()
4848
{
4949
await _dnsProviderService.ClearChallenge(_configuration.Zone, challenge.Name);
5050
}
51-
52-
_dnsProviderService.Dispose();
5351
}
5452
}
5553
}

0 commit comments

Comments
 (0)