File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ type PushEventPayload struct {
7474 UserEmail string `json:"user_email"`
7575 UserAvatar string `json:"user_avatar"`
7676 ProjectID int64 `json:"project_id"`
77- Project Project `json:"Project "`
77+ Project Project `json:"project "`
7878 Repository Repository `json:"repository"`
7979 Commits []Commit `json:"commits"`
8080 TotalCommitsCount int64 `json:"total_commits_count"`
@@ -92,7 +92,7 @@ type TagEventPayload struct {
9292 UserUsername string `json:"user_username"`
9393 UserAvatar string `json:"user_avatar"`
9494 ProjectID int64 `json:"project_id"`
95- Project Project `json:"Project "`
95+ Project Project `json:"project "`
9696 Repository Repository `json:"repository"`
9797 Commits []Commit `json:"commits"`
9898 TotalCommitsCount int64 `json:"total_commits_count"`
You can’t perform that action at this time.
0 commit comments