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()),