Skip to content

Commit 83d90f6

Browse files
committed
chore: maybe fix kotlin
1 parent 5e0c296 commit 83d90f6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

templates/kotlin/tests/param_json_element.mustache

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ JsonPrimitive({{{value}}}),
1919
{{#isEnum}}
2020
JsonPrimitive("{{{value}}}"),
2121
{{/isEnum}}
22-
{{#isArray}}
23-
{{> tests/param_json_element}},
24-
{{/isArray}}
2522
{{#isFreeFormObject}}
2623
buildJsonObject {
2724
{{#value}}

0 commit comments

Comments
 (0)