Skip to content

Commit

Permalink
CS Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandin committed Dec 3, 2022
1 parent ecf0e37 commit d5087a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Resources/CharityApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public function getCharityCampaignDonations(string $bearer, string $broadcasterI
{
$queryParamsMap = [];
$queryParamsMap[] = ['key' => 'broadcaster_id', 'value' => $broadcasterId];

if ($first) {
$queryParamsMap[] = ['key' => 'first', 'value' => $first];
}
Expand Down
2 changes: 1 addition & 1 deletion src/Resources/EventSubApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,7 @@ private function subscribeToChannelShieldMode(string $bearer, string $secret, st
'beta',
[
'broadcaster_user_id' => $twitchId,
'moderator_user_id' => $moderatorId
'moderator_user_id' => $moderatorId,
],
);
}
Expand Down

0 comments on commit d5087a9

Please sign in to comment.