Skip to content

Commit

Permalink
WORDSCLOUD-2184
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-finozhenok committed Jan 27, 2023
1 parent c96fd78 commit 4fb7b80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/internal/requestHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ async function invokeApiMethodInternal(requestOptions: request.OptionsWithUri, c

requestOptions.headers["x-aspose-client"] = "nodejs sdk";
requestOptions.headers["x-aspose-client-version"] = "23.1";
requestOptions.encoding = null;

requestOptions.uri = encodeURI(requestOptions.uri.toString());

Expand Down

0 comments on commit 4fb7b80

Please sign in to comment.