Skip to content
This repository was archived by the owner on Nov 1, 2023. It is now read-only.

Commit 8843fed

Browse files
committed
Fixing.
1 parent d063ea3 commit 8843fed

File tree

1 file changed

+1
-2
lines changed
  • src/ApiService/ApiService/OneFuzzTypes

1 file changed

+1
-2
lines changed

src/ApiService/ApiService/OneFuzzTypes/Events.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,7 @@ public record EventJobCreated(
129129
) : BaseEvent();
130130

131131

132-
[EventType(EventType.JobTaskStopped)]
133-
public record EventJobTaskStopped(
132+
public record JobTaskStopped(
134133
Guid TaskId,
135134
TaskType TaskType,
136135
Error? Error

0 commit comments

Comments
 (0)