Skip to content

Commit

Permalink
Removed a redundant DO NOT EDIT comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Luis Fernando Planella Gonzalez committed Sep 9, 2024
1 parent fab9d04 commit 9a8a00a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions templates/operationBody.handlebars
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* Code generated by ng-openapi-gen DO NOT EDIT. */

{{{bodyMethodTsComments}}}{{methodName}}({{>operationParameters}}): Observable<{{{resultType}}}> {
return this.{{responseMethodName}}(params, context).pipe(
map((r: {{@root.responseClass}}<{{{resultType}}}>): {{{resultType}}} => r.body)
Expand Down

0 comments on commit 9a8a00a

Please sign in to comment.