Skip to content

Commit 5e4ca92

Browse files
author
Kinga Sieminiak
committed
Fix json tag
1 parent 5bbfd6b commit 5e4ca92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github/payload.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -4025,7 +4025,7 @@ type PullRequestPayload struct {
40254025
} `json:"ref"`
40264026
Sha *struct {
40274027
From string `json:"from"`
4028-
} `json:"Sha"`
4028+
} `json:"sha"`
40294029
} `json:"base"`
40304030
} `json:"changes"`
40314031
Assignee *Assignee `json:"assignee"`

0 commit comments

Comments
 (0)