Skip to content

Commit 708841a

Browse files
author
Chris
authored
Merge pull request #63 from advisors-excel-llc/ccampbell/AP-1972
https://advisorsexcel.atlassian.net/browse/AP-1972
2 parents 9032e7e + 3ecf1d0 commit 708841a

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

src/Bulk/Client.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -326,10 +326,7 @@ public function getResult(JobInfo $job, string $batchId, string $resultId): Stre
326326
$response = $this->send(
327327
new Request(
328328
"GET",
329-
"$basePath/{$job->getId()}/batch/$batchId/result/$resultId",
330-
[
331-
'save_to' => stream_for(fopen('php://temp', 'w')),
332-
]
329+
"$basePath/{$job->getId()}/batch/$batchId/result/$resultId"
333330
)
334331
);
335332

0 commit comments

Comments
 (0)