Reorder field in StatusPayload to match schema
This commit is contained in:
+1
-1
@@ -5336,8 +5336,8 @@ type StatusPayload struct {
|
|||||||
Description *string `json:"description"`
|
Description *string `json:"description"`
|
||||||
State string `json:"state"`
|
State string `json:"state"`
|
||||||
Commit struct {
|
Commit struct {
|
||||||
NodeID string `json:"node_id"`
|
|
||||||
Sha string `json:"sha"`
|
Sha string `json:"sha"`
|
||||||
|
NodeID string `json:"node_id"`
|
||||||
Commit struct {
|
Commit struct {
|
||||||
Author struct {
|
Author struct {
|
||||||
Name string `json:"name"`
|
Name string `json:"name"`
|
||||||
|
|||||||
Reference in New Issue
Block a user