Skip to content

Commit 86ad4db

Browse files
authored
add missing ';'
1 parent 2ce93da commit 86ad4db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/amadeus/client/request.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class Request {
3333
this.queryPath = this.fullQueryPath();
3434
this.bearerToken = options.bearerToken;
3535
this.clientVersion = options.clientVersion;
36-
this.languageVersion = options.languageVersion
36+
this.languageVersion = options.languageVersion;
3737
this.appId = options.appId;
3838
this.appVersion = options.appVersion;
3939
this.headers = {

0 commit comments

Comments
 (0)