Always set reporter phone can SMS
This commit is contained in:
parent
3ae72c8944
commit
02139450c6
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ func (res *complianceR) Create(ctx context.Context, r *http.Request, n publicrep
|
||||||
ReporterEmail: omit.From(""),
|
ReporterEmail: omit.From(""),
|
||||||
ReporterName: omit.From(""),
|
ReporterName: omit.From(""),
|
||||||
ReporterPhone: omit.From(""),
|
ReporterPhone: omit.From(""),
|
||||||
ReporterPhoneCanSMS: omit.FromPtr[bool](nil),
|
ReporterPhoneCanSMS: omit.From(true),
|
||||||
ReportType: omit.From(enums.PublicreportReporttypeCompliance),
|
ReportType: omit.From(enums.PublicreportReporttypeCompliance),
|
||||||
Status: omit.From(enums.PublicreportReportstatustypeReported),
|
Status: omit.From(enums.PublicreportReportstatustypeReported),
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue