Make linter happy

This commit is contained in:
Herman Slatman 2021-03-12 16:02:00 +01:00 committed by max furman
parent dd4f548650
commit 5a80bc3ced

View file

@ -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,