Skip to content

Commit

Permalink
Fix test for it_should_send_a_shoutout
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandin committed Jun 10, 2023
1 parent bea67c8 commit 44312ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/ChatApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ public function sendShoutout(string $bearer, string $fromBroadcasterId, string $

$queryParamsMap[] = ['key' => 'from_broadcaster_id', 'value' => $fromBroadcasterId];

$bodyParamsMap[] = ['key' => 'to_broadcaster_id', 'value' => $toBroadcasterId];
$queryParamsMap[] = ['key' => 'to_broadcaster_id', 'value' => $toBroadcasterId];

$queryParamsMap[] = ['key' => 'moderator_id', 'value' => $moderatorId];

Expand Down

0 comments on commit 44312ed

Please sign in to comment.