@@ -97,7 +97,7 @@ |
||
| 97 | 97 | { |
| 98 | 98 | $res = false; |
| 99 | 99 | |
| 100 | - if ($this->sendApiCall('get', 'show/' .$timerId) === true) { |
|
| 100 | + if ($this->sendApiCall('get', 'show/' . $timerId) === true) { |
|
| 101 | 101 | if ($this->lastApiCall('success') === true) { |
| 102 | 102 | if (isset($this->data['timer_started_at']) === true) { |
| 103 | 103 | $res = true; |