Skip to content

Commit

Permalink
Cleanup debug
Browse files Browse the repository at this point in the history
  • Loading branch information
pelmered committed Sep 5, 2024
1 parent ecac202 commit bb3de4d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/RefreshToken.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ public function __invoke(
default => throw new Exception('Invalid auth type')
};

dump($requestBody);
$response = $httpClient->post($refreshUrl, $requestBody);

$ttl = is_callable($options['expires']) ? $options['expires']($response) : $options['expires'];
Expand Down

0 comments on commit bb3de4d

Please sign in to comment.