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 a0205f6 commit 11ba2f3Copy full SHA for 11ba2f3
tests/spec/extractRequestParams/__snapshots__/basic.test.ts.snap
@@ -495,7 +495,7 @@ export class Api<SecurityDataType extends unknown> extends HttpClient<SecurityDa
495
},
496
Error
497
>({
498
- path: `/i_key/${iPk}`,
+ path: \`/i_key/\${iPk}\`,
499
method: "GET",
500
format: "json",
501
...params,
@@ -516,7 +516,7 @@ export class Api<SecurityDataType extends unknown> extends HttpClient<SecurityDa
516
517
518
519
- path: `/i_key/underlines/${iUk}`,
+ path: \`/i_key/underlines/\${iUk}\`,
520
521
522
0 commit comments