Skip to content
Snippets Groups Projects
Commit 9a572119 authored by Nick Thomas's avatar Nick Thomas
Browse files

Committers actually go in a correctly-spelled subdocument

parent 5d4c8267
No related branches found
No related tags found
1 merge request!1Initial implementation of an elasticsearch indexer in Go
Pipeline #
Loading
Loading
@@ -10,7 +10,7 @@ type Commit struct {
Type string `json:"type"`
ID string `json:"-"`
Author *Person `json:"author"`
Committer *Person `json:"commiter"`
Committer *Person `json:"committer"`
RepoID string `json:"rid"`
Message string `json:"message"`
SHA string `json:"sha"`
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment