Skip to content

Commit a20a42a

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/react-native/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)