Skip to content
This repository was archived by the owner on Jul 31, 2025. It is now read-only.

Commit fc3b6d2

Browse files
committed
[CID-107535] Missing call to superclass
Similar to other events
1 parent 73119af commit fc3b6d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/org/kohsuke/github/GHEventPayload.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ public GHRepository getRepository() {
165165

166166
@Override
167167
void wrapUp(GitHub root) {
168+
super.wrapUp(root);
168169
if (repository!=null)
169170
repository.wrap(root);
170171
}

0 commit comments

Comments
 (0)