Skip to content

Commit

Permalink
fix: aded more logs
Browse files Browse the repository at this point in the history
  • Loading branch information
mbret committed May 26, 2024
1 parent dabfd01 commit ba271a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api/src/libs/google/googleBooksApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export const findByTitle = async (name: string, apiKey: string) => {
}
})

console.log(response.data)
console.log(response)
if (response.status === 200) {
// Logger.info(`google findByName response`, response.data)

Expand Down

0 comments on commit ba271a4

Please sign in to comment.