Correct index of id for kitsu sync
This commit is contained in:
parent
39031ccf3e
commit
34996f009b
@ -481,7 +481,7 @@ class SyncKitsuWithMal extends BaseCommand {
|
||||
{
|
||||
$responseData = Json::decode($response);
|
||||
|
||||
$id = $itemsToUpdate[$key]['mal_id'];
|
||||
$id = $itemsToUpdate[$key]['id'];
|
||||
if ( ! array_key_exists('errors', $responseData))
|
||||
{
|
||||
$verb = ($action === 'update') ? 'updated' : 'created';
|
||||
|
Loading…
Reference in New Issue
Block a user