Skip to content

Commit

Permalink
Add assignedById to OnGithubIssueAssigned (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
ofux authored Nov 14, 2024
1 parent f11f42a commit ae8aaae
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ public class OnGithubIssueAssigned extends Event {
@NonNull
Long assigneeId;
@NonNull
Long assignedById;
@NonNull
ZonedDateTime createdAt;
@NonNull
ZonedDateTime assignedAt;
Expand Down

0 comments on commit ae8aaae

Please sign in to comment.