Merge branch 'master' into 'develop'
Correct index of id for kitsu sync See merge request timw4mail/HummingBirdAnimeClient!22
This commit is contained in:
commit
f5d8d4f18a
@ -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