We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7736945 + fc5a050 commit 5f863abCopy full SHA for 5f863ab
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