Skip to content

Commit

Permalink
Update src/adapters/http/client.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Fran Méndez <[email protected]>
  • Loading branch information
KhudaDad414 and fmvilas authored Nov 15, 2023
1 parent 8b3000c commit 202176f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adapters/http/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class HttpClientAdapter extends Adapter {
query = modedAuth.query
}
if (body && !this.shouldMethodHaveBody(method)) {
logWarningMessage(`"${method}" can't have a body. please make sure you are using the correct http method for '${channelName}' channel. ignoring the body...`)
logWarningMessage(`"${method}" can't have a body. Please make sure you are using the correct HTTP method for the '${channelName}' channel. Ignoring the body...`)
body = undefined
}

Expand Down

0 comments on commit 202176f

Please sign in to comment.