mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
cleaning up
This commit is contained in:
@@ -79,7 +79,7 @@ func (widget *Widget) displayCustomQuery(repo *GithubRepo, filter string, perPag
|
||||
return str
|
||||
}
|
||||
|
||||
func (widget *Widget) displayMyReviewRequests(repo*GithubRepo, username string) string {
|
||||
func (widget *Widget) displayMyReviewRequests(repo *GithubRepo, username string) string {
|
||||
prs := repo.myReviewRequests(username)
|
||||
|
||||
numSelections := widget.GetSelected()
|
||||
|
||||
Reference in New Issue
Block a user