@@ -182,9 +182,9 @@ |
||
182 | 182 | |
183 | 183 | // Build and return the client |
184 | 184 | if ( |
185 | - !empty($host['api_id']) && $host['api_id'] !== null && |
|
185 | + !empty($host['api_id']) && $host['api_id'] !== null && |
|
186 | 186 | !empty($host['api_key']) && $host['api_key'] !== null |
187 | - ) { |
|
187 | + ) { |
|
188 | 188 | $clientBuilder->setApiKey($host['api_id'], $host['api_key']); |
189 | 189 | } |
190 | 190 |