Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
christophrumpel committed Sep 13, 2023
1 parent 693ac2c commit 8139629
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public function handle(): int
$youTubeResponse = YouTube::videos($streams->keys());

$streams->each(function(Stream $stream) use ($youTubeResponse) {
$this->info("Updating {$stream->youtube_id} ...");
$this->info("Updating $stream->youtube_id ...");

/** @var StreamData|null $streamData */
$streamData = $youTubeResponse->where('videoId', $stream->youtube_id)->first();
Expand Down

0 comments on commit 8139629

Please sign in to comment.