ledger job
This commit is contained in:
@@ -72,7 +72,9 @@ class LookupHelper {
|
|||||||
'type_id' => $itemId,
|
'type_id' => $itemId,
|
||||||
]);
|
]);
|
||||||
} catch(RequestFailedException $e) {
|
} catch(RequestFailedException $e) {
|
||||||
printf("Failed to get the item name from the id.");
|
printf("Failed to get the item name from the id.\r\n");
|
||||||
|
var_dump($e);
|
||||||
|
printf("\r\n");
|
||||||
Log::warning('Failed to get item information from /universe/types/{type_id}/ in LookupHelper.');
|
Log::warning('Failed to get item information from /universe/types/{type_id}/ in LookupHelper.');
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user