Skip to content

Commit

Permalink
fix: ssl
Browse files Browse the repository at this point in the history
  • Loading branch information
WeiMengXS committed Sep 19, 2023
1 parent 3a27288 commit a07aee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tencentcloud/service_tencent_ssl_certificate.go
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ func (me *SSLService) CancelAuditCertificate(ctx context.Context, request *ssl.C
err = fmt.Errorf("TencentCloud SDK %s return empty response", request.GetAction())
return
}
if *response.Response.Result != true {
if !*response.Response.Result {
err = fmt.Errorf("TencentCloud SDK %s CancelAudit failed", request.GetAction())
return err
}
Expand Down

0 comments on commit a07aee5

Please sign in to comment.