Skip to content

Commit d5087a9

Browse files
committed
CS Fixes
1 parent ecf0e37 commit d5087a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Resources/CharityApi.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public function getCharityCampaignDonations(string $bearer, string $broadcasterI
2929
{
3030
$queryParamsMap = [];
3131
$queryParamsMap[] = ['key' => 'broadcaster_id', 'value' => $broadcasterId];
32-
32+
3333
if ($first) {
3434
$queryParamsMap[] = ['key' => 'first', 'value' => $first];
3535
}

src/Resources/EventSubApi.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@ private function subscribeToChannelShieldMode(string $bearer, string $secret, st
671671
'beta',
672672
[
673673
'broadcaster_user_id' => $twitchId,
674-
'moderator_user_id' => $moderatorId
674+
'moderator_user_id' => $moderatorId,
675675
],
676676
);
677677
}

0 commit comments

Comments
 (0)