Skip to content

Commit

Permalink
Stream files
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoAdamek committed Oct 23, 2024
1 parent 026fe4a commit a63277b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tigerbay",
"version": "1.1.3-beta.3",
"version": "1.1.3-beta.4",
"description": "API Client library for TigerBay",
"main": "lib/client.js",
"type": "commonjs",
Expand Down
1 change: 1 addition & 0 deletions src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ export class Client {
headers:{
Accept: '*/*',
},
responseType: 'stream',
})
}

Expand Down

0 comments on commit a63277b

Please sign in to comment.