Skip to content

Commit a9a686f

Browse files
author
Riley Martine
committed
Reorder field in StatusPayload to match schema
1 parent 3534f74 commit a9a686f

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
@@ -5336,8 +5336,8 @@ type StatusPayload struct {
53365336
Description *string `json:"description"`
53375337
State string `json:"state"`
53385338
Commit struct {
5339-
NodeID string `json:"node_id"`
53405339
Sha string `json:"sha"`
5340+
NodeID string `json:"node_id"`
53415341
Commit struct {
53425342
Author struct {
53435343
Name string `json:"name"`

0 commit comments

Comments
 (0)