Skip to content

Commit b73cb98

Browse files
committed
Minor linting
1 parent b0569cd commit b73cb98

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -920,7 +920,7 @@ class runtimeHttpClient_RuntimeHttpClient {
920920
]);
921921

922922
this.requestOptions = {
923-
"Accept": `application/json;api-version=${this.apiVersion}`
923+
'Accept': `application/json;api-version=${this.apiVersion}`
924924
};
925925
}
926926

src/runtimeHttpClient.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export class RuntimeHttpClient {
1818
]);
1919

2020
this.requestOptions = {
21-
"Accept": `application/json;api-version=${this.apiVersion}`
21+
'Accept': `application/json;api-version=${this.apiVersion}`
2222
};
2323
}
2424

0 commit comments

Comments
 (0)