Skip to content

Commit

Permalink
Fix white space
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroBuffon committed Sep 16, 2024
1 parent d3f2f29 commit b26b4e6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Argus/Argus.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

class Argus extends \App\SupportedApps implements \App\EnhancedApps
{

public $config;

//protected $login_first = true; // Uncomment if api requests need to be authed first
Expand All @@ -31,7 +30,6 @@ public function livestats()
return parent::getLiveStats($status, $data);

}

public function url($endpoint)
{
$api_url = parent::normaliseurl($this->config->url) . "/api/v1" . $endpoint;
Expand Down

0 comments on commit b26b4e6

Please sign in to comment.