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:
+1
-1
@@ -37,7 +37,7 @@ export class TetherClient {
|
||||
sendMutation = (mutationName: string, params: any) => {
|
||||
this.websocketHandler.send(JSON.stringify({
|
||||
type: 'mutation',
|
||||
name: mutationName,
|
||||
location: mutationName,
|
||||
params: params,
|
||||
}));
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user