fix linter issues

This commit is contained in:
pascal
2026-02-12 01:15:36 +01:00
parent e20b969188
commit 963e3f5457
5 changed files with 14 additions and 8 deletions

View File

@@ -845,6 +845,7 @@ func (s *ProxyServiceServer) ValidateSession(ctx context.Context, req *proto.Val
"domain": domain,
"error": err.Error(),
}).Error("ValidateSession: decode public key")
//nolint:nilerr
return &proto.ValidateSessionResponse{
Valid: false,
DeniedReason: "invalid_service_config",