Skip to content

Commit a56ebae

Browse files
Remove name from body
1 parent 898dc4e commit a56ebae

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

index.js

-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ class RPCClient {
1919
...headers,
2020
},
2121
body: JSON.stringify({
22-
name,
2322
args: JSON.stringify(args),
2423
}),
2524
credentials: this.sendCredentials,

0 commit comments

Comments
 (0)