Skip to content

Commit b059a74

Browse files
author
andrewwilsonnew
committed
fixup 6
1 parent 128a926 commit b059a74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/openapi-generator/src/main/resources/kotlin-misk/apiAction.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class {{classname}}Action @Inject constructor(
4646
@RequestContentType({{#consumes}}{{{mediaType}}}{{^-last}}, {{/-last}}{{/consumes}}){{/hasConsumes}}{{#hasProduces}}
4747
@ResponseContentType({{#produces}}{{{mediaType}}}{{^-last}}, {{/-last}}{{/produces}}){{/hasProduces}}
4848
@LogRequestResponse(bodySampling = 1.0, errorBodySampling = 1.0)
49-
override fun {{operationId}}({{#allParams}}
49+
fun {{operationId}}({{#allParams}}
5050
{{>queryParams}}{{>pathParams}}{{>headerParams}}{{>cookieParams}}{{>bodyParams}}{{>formParams}}{{^-last}}, {{/-last}}{{/allParams}}){{#returnType}}: {{{returnType}}}{{/returnType}} {
5151
TODO()
5252
}

0 commit comments

Comments
 (0)