Skip to content

Commit

Permalink
fix: phpcsfixer
Browse files Browse the repository at this point in the history
  • Loading branch information
Yurujai committed Mar 20, 2024
1 parent 9dd2852 commit 3ac7e9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Command/ImportVideosFromYouTubeChannel.php
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
$queryParams['pageToken'] = $nextPageToken;
}

//$service = $this->googleAccountService->googleServiceFromAccount($youtubeAccount);
// $service = $this->googleAccountService->googleServiceFromAccount($youtubeAccount);
$response = $service->search->listSearch('snippet', $queryParams);
$nextPageToken = $response->getNextPageToken();
foreach ($response->getItems() as $item) {
Expand Down

0 comments on commit 3ac7e9d

Please sign in to comment.