Fixed bad body call

This commit is contained in:
2026-06-04 16:51:33 +01:00
parent f0e0d626ba
commit 2dfa1c41f7
+1 -1
View File
@@ -63,7 +63,7 @@ class Archive {
if ($resp == 200) {
return true;
}
throw new Exception($resp->body);
throw new Exception($req->body);
}
static function metadata($identifier) {