Add proper compliance report type

Can't believe I missed this.
This commit is contained in:
Eli Ribble 2026-04-13 16:42:29 +00:00
parent 0f94292ab7
commit 5db4c05544
No known key found for this signature in database
3 changed files with 9 additions and 4 deletions

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(""),
ReportType: omit.From(enums.PublicreportReporttypeNuisance),
ReportType: omit.From(enums.PublicreportReporttypeCompliance),
Status: omit.From(enums.PublicreportReportstatustypeReported),
}
setter_compliance := models.PublicreportComplianceSetter{