Skip to content

Commit

Permalink
use method POST in startChannelCommercial
Browse files Browse the repository at this point in the history
  • Loading branch information
d-fischer committed Feb 23, 2021
1 parent 1b6e16c commit 0fee74d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/twitch/src/API/Helix/Channel/HelixChannelApi.ts
Expand Up @@ -92,6 +92,7 @@ export class HelixChannelApi extends BaseApi {
await this._client.callApi({
type: TwitchApiCallType.Helix,
url: 'channels/commercial',
method: 'POST',
scope: 'channel:edit:commercial',
jsonBody: {
broadcaster_id: extractUserId(broadcaster),
Expand Down

0 comments on commit 0fee74d

Please sign in to comment.