Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
timirey authored Jan 2, 2025
1 parent 5efb1b0 commit 5b7f98c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,10 +234,11 @@ $chartLastInfoRecord = new ChartLastInfoRecord(

/**
* @var GetChartLastRequestResponse $response
* @var Client $client
*
* The $response is not used anywhere.
*/
$response = $this->getChartLastRequest($chartLastInfoRecord);
$response = $client->getChartLastRequest($chartLastInfoRecord);

/**
* @var Client $client
Expand Down

0 comments on commit 5b7f98c

Please sign in to comment.