Skip to content

Commit

Permalink
repoURl -> repoURL
Browse files Browse the repository at this point in the history
  • Loading branch information
ggilmore committed Aug 16, 2023
1 parent 8d80d93 commit 6e7f036
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api_proto.go
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ func (p *Progress) ToProto() *proto.Progress {
}
}

func SearchResultFromProto(p *proto.SearchResponse, repoURls, lineFragments map[string]string) *SearchResult {
func SearchResultFromProto(p *proto.SearchResponse, repoURLs, lineFragments map[string]string) *SearchResult {
if p == nil {
return nil
}
Expand All @@ -361,7 +361,7 @@ func SearchResultFromProto(p *proto.SearchResponse, repoURls, lineFragments map[

Files: files,

RepoURLs: repoURls,
RepoURLs: repoURLs,
LineFragments: lineFragments,
}
}
Expand Down

0 comments on commit 6e7f036

Please sign in to comment.