Skip to content

Commit 9a8a00a

Browse files
author
Luis Fernando Planella Gonzalez
committed
Removed a redundant DO NOT EDIT comment
#313
1 parent fab9d04 commit 9a8a00a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

templates/operationBody.handlebars

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
/* Code generated by ng-openapi-gen DO NOT EDIT. */
2-
31
{{{bodyMethodTsComments}}}{{methodName}}({{>operationParameters}}): Observable<{{{resultType}}}> {
42
return this.{{responseMethodName}}(params, context).pipe(
53
map((r: {{@root.responseClass}}<{{{resultType}}}>): {{{resultType}}} => r.body)

0 commit comments

Comments
 (0)