Skip to content

Commit

Permalink
Update Client.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ofilin authored Jul 8, 2019
1 parent c8da489 commit 4b070a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ public function fetch($method, $data, $isPost = false)
}

if (count($response["response"]["result"]) == 1) {
$response["response"]["result"]["0"]["result"];
return $response["response"]["result"]["0"]["result"];
}

return $response["response"]["result"];
Expand Down

0 comments on commit 4b070a1

Please sign in to comment.