Skip to content

Commit 3f12296

Browse files
committed
Apply to Kotlin
1 parent 9b3b5b8 commit 3f12296

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

templates/kotlin/docs/java/example.md.twig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,11 @@ Client client = Client(context)
5555
return;
5656
}
5757

58+
{%~ if method.type != 'webAuth' %}
5859
{{ utils.resultTypeJava(sdk.namespace, method) }} response = ({{ utils.resultTypeJava(sdk.namespace, method) }}) o;
60+
{%~ else %}
61+
// Success
62+
{%~ endif %}
5963
}
6064
}
6165
);

0 commit comments

Comments
 (0)