We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59568e3 commit bc91882Copy full SHA for bc91882
templates/web/src/services/template.ts.twig
@@ -85,7 +85,7 @@ export class {{ service.name | caseUcfirst }} {
85
window.location.href = uri.toString();
86
return Promise.resolve();
87
} else {
88
- return uri.toString();
+ return Promise.resolve(uri.toString());
89
}
90
{%~ elseif method.type == 'location' %}
91
return uri.toString();
0 commit comments