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 f09724d commit 48fbd7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/main-to-file.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ func getIssuesFromGithub(token string) []result {
for {
err := client.Query(context.Background(), &query, variables)
if err != nil {
log.Fatalln("Error in querying Github: ", err)
log.Printf("Error in querying Github: ", err)
break
}

Expand Down

0 comments on commit 48fbd7a

Please sign in to comment.