Skip to content

Commit

Permalink
Nil pointer dereference (#864)
Browse files Browse the repository at this point in the history
Co-authored-by: Azeem Shaikh <azeems@google.com>
  • Loading branch information
azeemshaikh38 and azeemsgoogle committed Aug 17, 2021
1 parent cf01ea6 commit 63a8fc7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion clients/githubrepo/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,8 @@ func CreateGithubRepoClient(ctx context.Context,
contributors: &contributorsHandler{
ghClient: client,
},
search: &searchHandler{},
search: &searchHandler{
ghClient: client,
},
}
}

0 comments on commit 63a8fc7

Please sign in to comment.