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 fc34ee3 commit abf83f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/operations.ts.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
body: {{{getPayloadTypeFromRequest request}}}
{{/if}}
}>,
rawResponse?: T,
rawResponse?: T
): Promise<T extends true ? Response : {{getReturnTypeFromOperation this}}>;

/**
Expand Down Expand Up @@ -120,8 +120,8 @@
body: {{{getPayloadTypeFromRequest request}}}
{{/if}}
}>,
rawResponse?: boolean,
): Promise<Response | {{getReturnTypeFromOperation this}} | TemplateURL> {
rawResponse?: boolean
): Promise<Response | {{getReturnTypeFromOperation this}}L> {
const optionParams = options?.parameters || ({} as Partial<NonNullable<NonNullable<typeof options>["parameters"]>>);
const configParams = this.clientConfig.parameters;

Expand Down

0 comments on commit abf83f7

Please sign in to comment.