Skip to content

Commit 01ed1b3

Browse files
authored
Update CertCentralCAPlugin.cs
1 parent 11614e0 commit 01ed1b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

digicert-certcentral-caplugin/CertCentralCAPlugin.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1021,7 +1021,7 @@ public async Task ValidateProductInfo(EnrollmentProductInfo productInfo, Diction
10211021
CertificateTypeDetailsRequest detailsRequest = new CertificateTypeDetailsRequest(product.NameId);
10221022

10231023
detailsRequest.ContainerId = null;
1024-
if (connectionInfo.ContainsKey(CertCentralConstants.Config.DIVISION_ID) && !string.IsNullOrEmpty())
1024+
if (connectionInfo.ContainsKey(CertCentralConstants.Config.DIVISION_ID))
10251025
{
10261026
string div = (string)connectionInfo[CertCentralConstants.Config.DIVISION_ID];
10271027
if (!string.IsNullOrWhiteSpace(div))

0 commit comments

Comments
 (0)