File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ type PushEventPayload struct {
74
74
UserEmail string `json:"user_email"`
75
75
UserAvatar string `json:"user_avatar"`
76
76
ProjectID int64 `json:"project_id"`
77
- Project Project `json:"Project "`
77
+ Project Project `json:"project "`
78
78
Repository Repository `json:"repository"`
79
79
Commits []Commit `json:"commits"`
80
80
TotalCommitsCount int64 `json:"total_commits_count"`
@@ -92,7 +92,7 @@ type TagEventPayload struct {
92
92
UserUsername string `json:"user_username"`
93
93
UserAvatar string `json:"user_avatar"`
94
94
ProjectID int64 `json:"project_id"`
95
- Project Project `json:"Project "`
95
+ Project Project `json:"project "`
96
96
Repository Repository `json:"repository"`
97
97
Commits []Commit `json:"commits"`
98
98
TotalCommitsCount int64 `json:"total_commits_count"`
You can’t perform that action at this time.
0 commit comments