Skip to content

Commit f66cfe9

Browse files
author
Chris
authored
Merge pull request #64 from advisors-excel-llc/develop
Develop to Master
2 parents 8f26e5e + 708841a commit f66cfe9

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)