Skip to content

Commit 23e80a9

Browse files
committed
Remove outdated comment in SuggestedAssignableActors
Deleted a comment about the query variable being passed as null when empty, as it is no longer relevant or necessary.
1 parent a33d809 commit 23e80a9

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

api/queries_pr.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,6 @@ func RemovePullRequestReviews(client *Client, repo ghrepo.Interface, prNumber in
703703

704704
// SuggestedAssignableActors fetches up to 10 suggested actors for a specific assignable
705705
// (Issue or PullRequest) node ID. `assignableID` is the GraphQL node ID for the Issue/PR.
706-
// If query is empty, the query variable is passed as null to omit filtering.
707706
// Returns the actors, the total count of available assignees in the repo, and an error.
708707
func SuggestedAssignableActors(client *Client, repo ghrepo.Interface, assignableID string, query string) ([]AssignableActor, int, error) {
709708
type responseData struct {

0 commit comments

Comments
 (0)