We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6ac71c9 + f52124f commit 40d0f66Copy full SHA for 40d0f66
templates/react-native/docs/example.md.twig
@@ -22,5 +22,5 @@ const {{ service.name | caseCamel }} = new {{service.name | caseUcfirst}}(client
22
{% endif %}
23
24
{% if method.type != 'webAuth' %}
25
-console.log({% if method.type == '___location' %}result{% else %}response{% endif %});
+console.log(result);
26
templates/web/docs/example.md.twig
0 commit comments