From 941584424a10d8e6c01c36755494a420a8877325 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89mile=20R=C3=A9?= Date: Wed, 10 Jun 2026 19:14:50 +0200 Subject: [PATCH] Fix wrong struct field MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Émile Ré --- pkg/probo/third_party_service.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/probo/third_party_service.go b/pkg/probo/third_party_service.go index 712812283..396219e02 100644 --- a/pkg/probo/third_party_service.go +++ b/pkg/probo/third_party_service.go @@ -762,7 +762,7 @@ func (s ThirdPartyService) ImportFromCommon( SecurityPageURL: commonParty.SecurityPageURL, TrustPageURL: commonParty.TrustPageURL, ShowOnTrustCenter: false, - FirstLevel: true, + Level: 1, CreatedAt: now, UpdatedAt: now, }