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

Commit

Permalink
Fixing.
Browse files Browse the repository at this point in the history
  • Loading branch information
nharper285 committed Dec 15, 2022
1 parent d063ea3 commit 8843fed
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/ApiService/ApiService/OneFuzzTypes/Events.cs
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,7 @@ public record EventJobCreated(
) : BaseEvent();


[EventType(EventType.JobTaskStopped)]
public record EventJobTaskStopped(
public record JobTaskStopped(
Guid TaskId,
TaskType TaskType,
Error? Error
Expand Down

0 comments on commit 8843fed

Please sign in to comment.