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 {