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 4200850 commit d111216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion objects/Streamer.php
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ static function revalidateToken($streamers_id, $provider)
$s = new Streamer($streamers_id);
$jsonString = $s->getJson();
if (empty($jsonString)) {
$response['msg'] = "There is no token for this streamers_id = $streamers_id [$provider]";
$response['msg'] = "There is no token for this streamers_id = $streamers_id [$provider] ".json_encode(debug_backtrace());
return $response;
} else {
$json = json_decode($jsonString, true);
Expand Down

0 comments on commit d111216

Please sign in to comment.