Always set reporter phone can SMS

This commit is contained in:
Eli Ribble 2026-04-14 01:21:50 +00:00
parent 3ae72c8944
commit 02139450c6
No known key found for this signature in database

View file

@ -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),
}