mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Getting mongo working
This commit is contained in:
@@ -233,8 +233,6 @@ class Client
|
||||
$json = json_decode($responseBody, true);
|
||||
|
||||
if ($json === null) {
|
||||
var_dump($path);
|
||||
var_dump($responseBody);
|
||||
throw new Exception('Failed to parse response: ' . $responseBody);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user