This commit is contained in:
2026-04-21 23:04:43 -05:00
parent ff47621180
commit 8945de00ec
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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,
}));
};