Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Neto committed Aug 12, 2024
1 parent 556e0f1 commit 52c0010
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions objects/Streamer.php
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,7 @@ static function revalidateToken($streamers_id, $provider)

$response['accessToken'] = $json[$provider]['json']["restream.ypt.me"]['access_token'];
if (empty($response['accessToken'])) {
_error_log(json_encode($json));
$response['msg'] = "revalidateToken($streamers_id, $provider) access_token is empty ";
return $response;
}
Expand Down

0 comments on commit 52c0010

Please sign in to comment.