Skip to content

Commit

Permalink
fix(debug): update log format
Browse files Browse the repository at this point in the history
  • Loading branch information
pviti committed Sep 22, 2022
1 parent 1c84bec commit 4769878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ class ApiClient {

const requestParams = { method, baseURL: baseUrl, url, data, headers, ...options }

debug('request params: %O', inspect(requestParams, false, null, true))
debug('request params: %s', inspect(requestParams, false, null, true))

// const start = Date.now()
return this.#client.request(requestParams)
Expand Down

0 comments on commit 4769878

Please sign in to comment.