Make linter happy

pull/506/head
Herman Slatman 3 years ago
parent 3e0dac3ab4
commit e30084c9a8
No known key found for this signature in database
GPG Key ID: F4D8A44EA0A75A4F

@ -27,6 +27,9 @@ func NewService(ctx context.Context, opts apiv1.Options) (*Service, error) {
t = apiv1.SoftCAS
}
// TODO: silence the linter (temporarily)
_ = t
// TODO: should this become similar to the New CertificateAuthorityService as in x509CAService?
return &Service{
certificateChain: opts.CertificateChain,

Loading…
Cancel
Save