We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ce93da commit 86ad4dbCopy full SHA for 86ad4db
src/amadeus/client/request.js
@@ -33,7 +33,7 @@ class Request {
33
this.queryPath = this.fullQueryPath();
34
this.bearerToken = options.bearerToken;
35
this.clientVersion = options.clientVersion;
36
- this.languageVersion = options.languageVersion
+ this.languageVersion = options.languageVersion;
37
this.appId = options.appId;
38
this.appVersion = options.appVersion;
39
this.headers = {
0 commit comments