Getting mongo working

This commit is contained in:
wess
2022-11-02 14:39:36 -04:00
parent e0a1cdb886
commit 5763a3901a
7 changed files with 64 additions and 72 deletions
-2
View File
@@ -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);
}