From c6282c9f5e1fdb2813469daadb5cea75a544faae Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Thu, 23 Apr 2026 22:41:22 +0000 Subject: [PATCH] Default to setting AddressGid So we don't run afoul of the nullable constraint --- resource/publicreport_compliance.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resource/publicreport_compliance.go b/resource/publicreport_compliance.go index 52802c18..90d63202 100644 --- a/resource/publicreport_compliance.go +++ b/resource/publicreport_compliance.go @@ -68,7 +68,7 @@ func (res *complianceR) Create(ctx context.Context, r *http.Request, n publicrep } setter_report := models.PublicreportReportSetter{ //AddressID: omitnull.From(...), - //AddressGid: omit.From(...), + AddressGid: omit.From(""), AddressRaw: omit.From(""), ClientUUID: omitnull.From(n.ClientID), Created: omit.From(time.Now()),