@@ -104,7 +104,7 @@ |
||
| 104 | 104 | 'Authorization' => sprintf('Bearer %s', $this->bearerToken), |
| 105 | 105 | ]; |
| 106 | 106 | |
| 107 | - return $this->request($requestMethod, $path, $options); |
|
| 107 | + return $this->request($requestMethod, $path, $options); |
|
| 108 | 108 | } |
| 109 | 109 | |
| 110 | 110 | /** |