Skip to content

Commit 514b4dc

Browse files
cleanup
1 parent a827209 commit 514b4dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composables/viewer_call.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export function viewer_call(
2727
.getSession()
2828
.call(schema.$id, [params])
2929
.then(
30-
async (value) => {
30+
(value) => {
3131
if (response_function) {
3232
response_function(value)
3333
}

0 commit comments

Comments
 (0)