Skip to content

Commit 80a79c4

Browse files
call rpc
1 parent a19a1ed commit 80a79c4

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
@@ -34,7 +34,7 @@ export function viewer_call(
3434
client
3535
.getConnection()
3636
.getSession()
37-
.call(schema.route, params)
37+
.call(schema.rpc, params)
3838
.then(
3939
(value) => {
4040
if (response_function) {

0 commit comments

Comments
 (0)