Correct index of id for kitsu sync

This commit is contained in:
Timothy Warren 2018-01-10 16:43:49 -05:00
parent bd61bd734b
commit 7a3ad6ebc6
1 changed files with 1 additions and 1 deletions

View File

@ -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';