@@ -54,8 +54,7 @@ |
||
54 | 54 | '&endDate=' . $endDate . |
55 | 55 | '&timeUnit=' . $timeUnit |
56 | 56 | )->asJson()->get()->{$siteProperty}; |
57 | - } |
|
58 | - else { |
|
57 | + } else { |
|
59 | 58 | $request = |
60 | 59 | Curl::to($this->endpoint . 'site/' . $this->id . '/' . $siteProperty . |
61 | 60 | $this->key . |