Skip to content

Commit

Permalink
Remove @nonnull on assignedById
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreOucif committed Nov 22, 2024
1 parent 41d963b commit a6f61c7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ public class OnGithubIssueAssigned extends Event {
Long repoId;
@NonNull
Long assigneeId;
@NonNull
Long assignedById;
@NonNull
ZonedDateTime createdAt;
Expand Down

0 comments on commit a6f61c7

Please sign in to comment.