Skip to content

Commit

Permalink
change blob id type to string
Browse files Browse the repository at this point in the history
  • Loading branch information
BSchwetzel committed May 10, 2023
1 parent c2fdb20 commit e55e38e
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 e55e38e

Please sign in to comment.