Skip to content

Commit

Permalink
update extractRequestParams basic test snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
nicky1038 committed Feb 22, 2025
1 parent a0205f6 commit 11ba2f3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ export class Api<SecurityDataType extends unknown> extends HttpClient<SecurityDa
},
Error
>({
path: `/i_key/${iPk}`,
path: \`/i_key/\${iPk}\`,
method: "GET",
format: "json",
...params,
Expand All @@ -516,7 +516,7 @@ export class Api<SecurityDataType extends unknown> extends HttpClient<SecurityDa
},
Error
>({
path: `/i_key/underlines/${iUk}`,
path: \`/i_key/underlines/\${iUk}\`,
method: "GET",
format: "json",
...params,
Expand Down

0 comments on commit 11ba2f3

Please sign in to comment.