Skip to content

Commit

Permalink
Merge pull request #1718 from BSchwetzel/change-blob-id-type
Browse files Browse the repository at this point in the history
change blob id type to string
  • Loading branch information
svanharmelen committed May 10, 2023
2 parents c2fdb20 + e55e38e commit d5cdf08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion search.go
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ type Blob struct {
Basename string `json:"basename"`
Data string `json:"data"`
Filename string `json:"filename"`
ID int `json:"id"`
ID string `json:"id"`
Ref string `json:"ref"`
Startline int `json:"startline"`
ProjectID int `json:"project_id"`
Expand Down

0 comments on commit d5cdf08

Please sign in to comment.