We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7736945 commit fc5a050Copy full SHA for fc5a050
1 file changed
src/faxes/shared-methods.js
@@ -89,6 +89,7 @@ function getFile(url, id, auth, options = { id: null, thumbnail: null }, agentOp
89
url: `${url}/faxes/${id}/file`,
90
auth,
91
agentOptions,
92
+ encoding: null,
93
};
94
95
if (thumbnail !== null) req.qs.thumbnail = thumbnail;
0 commit comments