Skip to content

Commit

Permalink
Merge pull request #5 from anrisovich/patch-1
Browse files Browse the repository at this point in the history
Update Publics.php
  • Loading branch information
zhouaini528 authored Jun 12, 2021
2 parents e77bf49 + 330c117 commit 2636be6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Api/Linear/Publics.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public function getTickers(array $data=[]){
* */
public function getRecentTradingRecords(array $data=[]){
$this->type='GET';
$this->path='/public/linear/recent-trading-record';
$this->path='/public/linear/recent-trading-records';
$this->data=$data;
return $this->exec();
}
Expand Down

0 comments on commit 2636be6

Please sign in to comment.