We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0569cd commit b73cb98Copy full SHA for b73cb98
dist/index.js
@@ -920,7 +920,7 @@ class runtimeHttpClient_RuntimeHttpClient {
920
]);
921
922
this.requestOptions = {
923
- "Accept": `application/json;api-version=${this.apiVersion}`
+ 'Accept': `application/json;api-version=${this.apiVersion}`
924
};
925
}
926
src/runtimeHttpClient.js
@@ -18,7 +18,7 @@ export class RuntimeHttpClient {
18
19
20
21
22
23
24
0 commit comments