Fix nami exception

This commit is contained in:
Philipp Lang 2022-05-01 20:59:39 +02:00
parent c604f082e2
commit 48b7688faa
1 changed files with 1 additions and 1 deletions

View File

@ -499,7 +499,7 @@ class Api
$response = $this->http()->delete($this->url.$url);
if (null === $response->json()) {
$this->exception($error, $url, $response->json());
$this->exception($error, $url, []);
}
if (false === $response['success']) {