We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 041b177 commit e41a93dCopy full SHA for e41a93d
src/client.ts
@@ -211,8 +211,7 @@ export class ScrapflyClient {
211
212
const content_format = data.result.format
213
if (content_format === 'clob' || content_format === 'blob') {
214
- const content = await this.handleLargeObjects(data.result, content_format)
215
- data.result = content
+ data.result = await this.handleLargeObjects(data.result, content_format)
216
}
217
218
const result = this.handleResponse(
0 commit comments