Fix wrong struct field

Signed-off-by: Émile Ré <emile@probo.com>
This commit is contained in:
Émile Ré
2026-06-10 19:14:50 +02:00
parent 675fcc4824
commit 941584424a

View File

@@ -762,7 +762,7 @@ func (s ThirdPartyService) ImportFromCommon(
SecurityPageURL: commonParty.SecurityPageURL, SecurityPageURL: commonParty.SecurityPageURL,
TrustPageURL: commonParty.TrustPageURL, TrustPageURL: commonParty.TrustPageURL,
ShowOnTrustCenter: false, ShowOnTrustCenter: false,
FirstLevel: true, Level: 1,
CreatedAt: now, CreatedAt: now,
UpdatedAt: now, UpdatedAt: now,
} }