From 77dc995452efc9b52a26c6ac9128156c1eea323f Mon Sep 17 00:00:00 2001 From: Gero Posmyk-Leinemann Date: Tue, 28 Jun 2022 07:17:54 +0000 Subject: [PATCH] [licensor] Make LicensePayload.CustomerID omitEmpty --- components/licensor/ee/pkg/licensor/licensor.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/licensor/ee/pkg/licensor/licensor.go b/components/licensor/ee/pkg/licensor/licensor.go index 3e1ee8bdfeebd8..8868d3c083e3e6 100644 --- a/components/licensor/ee/pkg/licensor/licensor.go +++ b/components/licensor/ee/pkg/licensor/licensor.go @@ -55,7 +55,7 @@ type LicensePayload struct { Seats int `json:"seats"` // CustomerID is used to identify installations in installation analytics - CustomerID string `json:"customerID"` + CustomerID string `json:"customerID,omitempty"` } type licensePayload struct {