Hey this works

This commit is contained in:
Hamcha 2019-06-06 18:08:36 +02:00
parent 035dec73dc
commit 23ac318ba5
Signed by: hamcha
GPG Key ID: A40413D21021EAEE
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ const mutations: MutationTree<ServerState> = {
};
const actions: ActionTree<ServerState, AppState> = {
connect: async ({ commit }, addr: string) => {
async connect({ commit }, addr: string) {
commit("beginConnection");
// Get room list
try {