Skip to content

Commit

Permalink
Altera source endpoint URL added to bundle querier array, web-scraper…
Browse files Browse the repository at this point in the history
… removed
  • Loading branch information
daedalus-s committed Jan 16, 2025
1 parent aec19a3 commit 0d10bdd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ func GetAndSendVersionsResponse(ctx context.Context, args *map[string]interface{
} else {
if httpResponseCode == 200 && versionsResponse != nil {
err = json.Unmarshal(versionsResponse, &(jsonResponse))
log.Infof("Versions response: %v", jsonResponse)
if err != nil {
log.Errorf("Error unmarshalling versions response: %s", err.Error())
}
Expand Down

0 comments on commit 0d10bdd

Please sign in to comment.