Skip to content

Commit 2e9846b

Browse files
Update templates/web/docs/example.md.twig
Co-authored-by: Damodar Lohani <[email protected]>
1 parent a20a42a commit 2e9846b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/web/docs/example.md.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ const {{ service.name | caseCamel }} = new {{service.name | caseUcfirst}}(client
2222
{% endif %}
2323

2424
{% if method.type != 'webAuth' %}
25-
console.log(result); // Updated to log the result variable
25+
console.log(result);
2626
{% endif %}

0 commit comments

Comments
 (0)