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