Reorder field in StatusPayload to match schema

This commit is contained in:
Riley Martine
2019-07-08 17:29:19 -04:00
parent 3534f74a83
commit a9a686f8e5
+1 -1
View File
@@ -5336,8 +5336,8 @@ type StatusPayload struct {
Description *string `json:"description"`
State string `json:"state"`
Commit struct {
NodeID string `json:"node_id"`
Sha string `json:"sha"`
NodeID string `json:"node_id"`
Commit struct {
Author struct {
Name string `json:"name"`