Skip to content

Commit

Permalink
SDK regenerated by CI server [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeny.ivanov committed Jul 3, 2020
1 parent 49e0605 commit 3c58360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/internal/requestHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ async function invokeApiMethodInternal(requestOptions: request.Options, confgura
}

requestOptions.headers["x-aspose-client"] = "nodejs sdk";
requestOptions.headers["x-aspose-client-version"] = "20.6";
requestOptions.headers["x-aspose-client-version"] = "20.7";

const auth = confguration.authentication;
if (!notApplyAuthToRequest) {
Expand Down

0 comments on commit 3c58360

Please # to comment.