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 ee09504 commit dfcbb12Copy full SHA for dfcbb12
templates/web/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