Skip to content

Commit

Permalink
minimal o/p for search query
Browse files Browse the repository at this point in the history
  • Loading branch information
megamanics committed Sep 8, 2022
1 parent 7ff91d4 commit c2421f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion search.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const header = {
'Authorization': `Basic ` + Buffer.from(user + `:` + token).toString('base64')
};

console.debug({"searchQuery: ": searchQuery});
console.table({searchQuery});
console.debug(header);

fetch(searchQuery, {
Expand Down

0 comments on commit c2421f2

Please sign in to comment.