Skip to content

Commit

Permalink
added more logging, trying to identify why calls broke
Browse files Browse the repository at this point in the history
Signed-off-by: Duncan Ragsdale <88173870+Thistleman@users.noreply.github.com>
  • Loading branch information
Thistleman committed May 2, 2024
1 parent 61fe5b2 commit a5d9256
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/util/api-github.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ const gitApi = {
reducedData.description = repo.description;
return reducedData;
});
console.log("response", response)
console.log("data", data)
console.log("cleanData", cleanData)
return cleanData;
},

Expand All @@ -48,6 +51,7 @@ const gitApi = {
})
.then((res) => res)
.catch((err) => console.log(err));
console.log("mani", response)
return response.data;
},

Expand Down

0 comments on commit a5d9256

Please sign in to comment.