Fix tracking report type through the system

This commit is contained in:
Eli Ribble 2026-03-18 19:25:52 +00:00
parent 5cfd16e6a0
commit 28714b06b8
No known key found for this signature in database
3 changed files with 5 additions and 1 deletions

View file

@ -106,6 +106,8 @@ func resourceString(t ResourceType) string {
switch t {
case TypeRMONuisance:
return "rmo:nuisance"
case TypeRMOReport:
return "rmo:report"
case TypeRMOWater:
return "rmo:water"
default: