forked from TrueCloudLab/certificates
Make linter happy
This commit is contained in:
parent
dd4f548650
commit
5a80bc3ced
1 changed files with 3 additions and 0 deletions
|
@ -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…
Reference in a new issue