Version 5.1 - All the GraphQL #32

Closed
timw4mail wants to merge 1160 commits from develop into master
1 changed files with 1 additions and 1 deletions
Showing only changes of commit f5d8d4f18a - Show all commits

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