Skip to content

Commit

Permalink
fix api return type
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Jan 8, 2022
1 parent 4d36831 commit 2aeec6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Adapters/Twitter/Api.php
Expand Up @@ -15,7 +15,7 @@ protected function fetchData(): array
$token = $this->extractor->getSetting('twitter:token');

if (!$token) {
return null;
return [];
}

$uri = $this->extractor->getUri();
Expand Down

0 comments on commit 2aeec6b

Please sign in to comment.