@@ -475,8 +475,9 @@ |
||
475 | 475 | } |
476 | 476 | |
477 | 477 | $headers = []; |
478 | - if (isset($command['headers'])) |
|
479 | - $headers = $command['headers']; |
|
478 | + if (isset($command['headers'])) { |
|
479 | + $headers = $command['headers']; |
|
480 | + } |
|
480 | 481 | |
481 | 482 | $url = self::$baseUrl . $command['endpoint']; |
482 | 483 |