mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-05 02:24:35 +02:00
refactor: introduce DI container (#4238)
* refactor: introduce DI container * add bin/test
This commit is contained in:
parent
e010fd4d52
commit
58544cd61a
18 changed files with 231 additions and 89 deletions
|
@ -99,7 +99,7 @@ EOD;
|
|||
$user = $data->user;
|
||||
if ($user->videos === null) {
|
||||
// twitch regularly does this for unknown reasons
|
||||
//$this->logger->info('Twitch returned empty set of videos', ['data' => $data]);
|
||||
$this->debug->info('Twitch returned empty set of videos', ['data' => $data]);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue