Fixed bad body call
This commit is contained in:
+1
-1
@@ -63,7 +63,7 @@ class Archive {
|
|||||||
if ($resp == 200) {
|
if ($resp == 200) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
throw new Exception($resp->body);
|
throw new Exception($req->body);
|
||||||
}
|
}
|
||||||
|
|
||||||
static function metadata($identifier) {
|
static function metadata($identifier) {
|
||||||
|
|||||||
Reference in New Issue
Block a user