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.
1 parent dfcbb12 commit fa7c986Copy full SHA for fa7c986
templates/react-native/docs/example.md.twig
@@ -22,6 +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 %}); #} //previous code
26
console.log(result); // Updated to log the result variable
27
0 commit comments