Skip to content

Commit

Permalink
Update Stats.php
Browse files Browse the repository at this point in the history
  • Loading branch information
slvler authored Aug 13, 2023
1 parent 39869be commit 801f9b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Services/Stats.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ class Stats extends Client
CONST month = "/stats/month";
public function totals()
{
return $this->get(self::total.'?client_id=SVbkCvrZdx8wxD1jfxkBv5JA-78C-ayQBvNstWGDwZ8');
return $this->get(self::total.'?client_id=');
}
public function months()
{
return $this->get(self::month.'?client_id=SVbkCvrZdx8wxD1jfxkBv5JA-78C-ayQBvNstWGDwZ8');
return $this->get(self::month.'?client_id=');
}
}

0 comments on commit 801f9b9

Please sign in to comment.