Hey this works
This commit is contained in:
parent
035dec73dc
commit
23ac318ba5
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue