File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -187,9 +187,9 @@ type CheckRunPayload struct {
187
187
Watchers int64 `json:"watchers"`
188
188
DefaultBranch string `json:"default_branch"`
189
189
} `json:"repository"`
190
- Installation * struct {
190
+ Installation struct {
191
191
ID int64 `json:"id"`
192
- } `json:"installation"`
192
+ } `json:"installation,omitempty "`
193
193
Sender struct {
194
194
Login string `json:"login"`
195
195
ID int64 `json:"id"`
@@ -362,9 +362,9 @@ type CheckSuitePayload struct {
362
362
Watchers int64 `json:"watchers"`
363
363
DefaultBranch string `json:"default_branch"`
364
364
} `json:"repository"`
365
- Installation * struct {
365
+ Installation struct {
366
366
ID int64 `json:"id"`
367
- } `json:"installation"`
367
+ } `json:"installation,omitempty "`
368
368
Sender struct {
369
369
Login string `json:"login"`
370
370
ID int64 `json:"id"`
You can’t perform that action at this time.
0 commit comments