You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering why I was receiving {"type":"Buffer","data":[...]} instead of actual data...
This breaks .call(buffer, { contentType: 'application/json' }).
The text was updated successfully, but these errors were encountered:
apify-client-js/src/interceptors.ts
Line 34 in 5093b8f
apify-client-js/src/interceptors.ts
Lines 49 to 50 in 5093b8f
apify-client-js/src/interceptors.ts
Lines 68 to 72 in 5093b8f
I was wondering why I was receiving
{"type":"Buffer","data":[...]}
instead of actual data...This breaks
.call(buffer, { contentType: 'application/json' })
.The text was updated successfully, but these errors were encountered: