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 a827209 commit 514b4dcCopy full SHA for 514b4dc
composables/viewer_call.js
@@ -27,7 +27,7 @@ export function viewer_call(
27
.getSession()
28
.call(schema.$id, [params])
29
.then(
30
- async (value) => {
+ (value) => {
31
if (response_function) {
32
response_function(value)
33
}
0 commit comments