Skip to content

Commit 7ec3a8b

Browse files
Fix styles(2)
1 parent f3e4187 commit 7ec3a8b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/TwitterChannel.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ private function addVideosIfGiven(TwitterMessage $twitterMessage): object
8787
$this->twitter->setTimeouts(10, 15);
8888

8989
$twitterMessage->videoIds = collect($twitterMessage->getVideos())->map(function (TwitterVideo $video) {
90-
9190
$media = $this->twitter->upload('media/upload', [
9291
'media' => $video->getPath(),
9392
'media_category' => 'tweet_video',

0 commit comments

Comments
 (0)