Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
yunakim714 committed Oct 1, 2024
1 parent abf83f7 commit fbabeb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/operations.ts.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
{{/if}}
}>,
rawResponse?: boolean
): Promise<Response | {{getReturnTypeFromOperation this}}L> {
): Promise<Response | {{getReturnTypeFromOperation this}}> {
const optionParams = options?.parameters || ({} as Partial<NonNullable<NonNullable<typeof options>["parameters"]>>);
const configParams = this.clientConfig.parameters;

Expand Down

0 comments on commit fbabeb9

Please sign in to comment.