Skip to content

Commit

Permalink
Add ExtendedTrailers to snippets struct
Browse files Browse the repository at this point in the history
  • Loading branch information
yecaowulei authored Jun 18, 2024
1 parent 4e59847 commit b34cc11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commits.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ type Commit struct {
LastPipeline *PipelineInfo `json:"last_pipeline"`
ProjectID int `json:"project_id"`
Trailers map[string]string `json:"trailers"`
Extended_trailers map[string]string `json:"extended_trailers"`
ExtendedTrailers map[string]string `json:"extended_trailers"`
WebURL string `json:"web_url"`
}

Expand Down

0 comments on commit b34cc11

Please sign in to comment.