Skip to content

Commit

Permalink
Merge pull request #16 from advisors-excel-llc/develop
Browse files Browse the repository at this point in the history
Bulk API Batch Response fix
  • Loading branch information
curiosity26 committed Oct 25, 2018
2 parents c0cf347 + d9ee1cc commit f6ed21c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Bulk/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ public function getBatchResults(string $jobId, string $batchId): array

return $this->serializer->deserialize(
$body,
'array<string>',
'array',
'json'
);
}
Expand Down

0 comments on commit f6ed21c

Please sign in to comment.