fixed issue with assets call to reduce logs
This commit is contained in:
@@ -52,7 +52,7 @@ class AssetHelper {
|
|||||||
|
|
||||||
try {
|
try {
|
||||||
$assets = $esi->page($this->page)
|
$assets = $esi->page($this->page)
|
||||||
->invoke('get', '/corporations/{corporation_id}/assets', [
|
->invoke('get', '/corporations/{corporation_id}/assets/', [
|
||||||
'corporation_id' => $this->corpId,
|
'corporation_id' => $this->corpId,
|
||||||
]);
|
]);
|
||||||
} catch(RequestFailedException $e) {
|
} catch(RequestFailedException $e) {
|
||||||
|
|||||||
Reference in New Issue
Block a user