Skip to content

Commit 6b94aba

Browse files
andys8eriktim
authored andcommitted
1 parent 73d9d2d commit 6b94aba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/openapi-generator/src/main/resources/elm/modelTypeDiscriminator.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ encode model =
2727
case model of
2828
{{#mappedModels}}
2929
{{modelName}}Type subModel ->
30-
{{modelName}}.encoder "{{mappingName}}" subModel
30+
{{modelName}}.encode "{{mappingName}}" subModel
3131

3232
{{/mappedModels}}

0 commit comments

Comments
 (0)