diff --git a/src/ApiService/ApiService/OneFuzzTypes/Events.cs b/src/ApiService/ApiService/OneFuzzTypes/Events.cs index 32ad5c1509..7273bb9e7f 100644 --- a/src/ApiService/ApiService/OneFuzzTypes/Events.cs +++ b/src/ApiService/ApiService/OneFuzzTypes/Events.cs @@ -129,8 +129,7 @@ public record EventJobCreated( ) : BaseEvent(); -[EventType(EventType.JobTaskStopped)] -public record EventJobTaskStopped( +public record JobTaskStopped( Guid TaskId, TaskType TaskType, Error? Error