From 02139450c60fb6ebbaf4fdf8b95317b9fecc61ee Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Tue, 14 Apr 2026 01:21:50 +0000 Subject: [PATCH] Always set reporter phone can SMS --- 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 c3930b60..c4f5d470 100644 --- a/resource/publicreport_compliance.go +++ b/resource/publicreport_compliance.go @@ -63,7 +63,7 @@ func (res *complianceR) Create(ctx context.Context, r *http.Request, n publicrep ReporterEmail: omit.From(""), ReporterName: omit.From(""), ReporterPhone: omit.From(""), - ReporterPhoneCanSMS: omit.FromPtr[bool](nil), + ReporterPhoneCanSMS: omit.From(true), ReportType: omit.From(enums.PublicreportReporttypeCompliance), Status: omit.From(enums.PublicreportReportstatustypeReported), }