fix incorrect resource type

This commit is contained in:
mbecker20
2024-03-29 03:19:05 -07:00
parent 5f95fe16fd
commit f8237217b0

View File

@@ -509,7 +509,7 @@ impl StateResource for Procedure {
.timestamp_millis(),
id: procedure.id,
tags: procedure.tags,
resource_type: ResourceTargetVariant::Alerter,
resource_type: ResourceTargetVariant::Procedure,
info: ProcedureListItemInfo {
procedure_type: (&procedure.config).into(),
},