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 59aa268 commit db41717Copy full SHA for db41717
templates/react-native/src/services/template.ts.twig
@@ -84,7 +84,7 @@ export class {{ service.name | caseUcfirst }} extends Service {
84
}
85
{% endif %}
86
{% if method.type == 'webAuth' %}
87
- throw new {{ spec.title | caseUcfirst}}Exception('Not yet supported');
+ return uri;
88
{% elseif method.type == 'location' %}
89
return uri;
90
{% else %}
0 commit comments