Fix lint issues from previous commit

Signed-off-by: Ludovic Vielle <ludovic@probo.com>
This commit is contained in:
Ludovic Vielle
2026-06-03 10:50:55 +02:00
parent 6c072a2f7b
commit 9ea9769873
4 changed files with 5 additions and 3 deletions

View File

@@ -92,7 +92,7 @@ func NewServer(cfg Config) (*Server, error) {
BaseURL: cfg.BaseURL,
AllowedOrigins: cfg.AllowedOrigins,
Probo: cfg.Probo,
FileSign: cfg.FileSign,
FileSign: cfg.FileSign,
IAM: cfg.IAM,
Trust: cfg.Trust,
ESign: cfg.ESign,