From 23ac318ba5915eddf40b84be58e2c4ef55bc9b21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=AEittaG=20ordnasselA?= Date: Thu, 6 Jun 2019 18:08:36 +0200 Subject: [PATCH] Hey this works --- webclient/src/store/server.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webclient/src/store/server.ts b/webclient/src/store/server.ts index 03ca9fa..a7a1186 100644 --- a/webclient/src/store/server.ts +++ b/webclient/src/store/server.ts @@ -42,7 +42,7 @@ const mutations: MutationTree = { }; const actions: ActionTree = { - connect: async ({ commit }, addr: string) => { + async connect({ commit }, addr: string) { commit("beginConnection"); // Get room list try {