@@ -169,8 +169,7 @@ |
||
| 169 | 169 | if($field == $this::GEO){ |
| 170 | 170 | $response = json_decode($response, true); |
| 171 | 171 | $response = new Host($response); |
| 172 | - } |
|
| 173 | - else{ |
|
| 172 | + } else{ |
|
| 174 | 173 | $response = substr($response, 0, -1); |
| 175 | 174 | } |
| 176 | 175 | |