mirror of
https://github.com/wisplite/tether-ts.git
synced 2026-05-01 06:22:41 -05:00
fix this
This commit is contained in:
Vendored
+1
-1
@@ -32,7 +32,7 @@ export class TetherClient {
|
||||
sendMutation = (mutationName, params) => {
|
||||
this.websocketHandler.send(JSON.stringify({
|
||||
type: 'mutation',
|
||||
name: mutationName,
|
||||
location: mutationName,
|
||||
params: params,
|
||||
}));
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user