From b26b4e68c03a61bbbe9a566d4610339f5f9961b1 Mon Sep 17 00:00:00 2001 From: Pedro Buffon Date: Mon, 16 Sep 2024 16:56:51 +0000 Subject: [PATCH] Fix white space --- Argus/Argus.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/Argus/Argus.php b/Argus/Argus.php index 5c61395ffd..a7663c3047 100644 --- a/Argus/Argus.php +++ b/Argus/Argus.php @@ -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 @@ -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;