Skip to content

Commit

Permalink
Update main-to-file.go
Browse files Browse the repository at this point in the history
  • Loading branch information
iedr authored Dec 6, 2024
1 parent c475b7d commit f361def
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/main-to-file.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ func getIssuesFromGithub(token string) []result {
err := client.Query(context.Background(), &query, variables)
if err != nil {
log.Fatalln("Error in querying Github: ", err)
break
}

allResults = append(allResults, query.SearchResultItemConnection.Nodes...)
Expand Down

0 comments on commit f361def

Please sign in to comment.