Skip to content

Commit

Permalink
Fix issue Weble#117
Browse files Browse the repository at this point in the history
  • Loading branch information
jpvaillancourt committed Sep 16, 2024
1 parent 159bc74 commit edc0450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ public function call(string $uri, string $method, array $data = [], array $rawDa
$this->oAuthClient->refreshAccessToken();
$this->retriedRefresh = true;

return $this->call($uri, $method, $data);
return $this->call($uri, $method, $data, $rawData);
}

throw $e;
Expand Down

0 comments on commit edc0450

Please sign in to comment.