dockerized
This commit is contained in:
@ -117,7 +117,6 @@ async function joinMatch(id: string) {
|
||||
if (id) {
|
||||
await socketService.connect()
|
||||
await gameService.joinMatchSession(id)
|
||||
router.push({ name: 'match', params: { id } })
|
||||
}
|
||||
}
|
||||
async function deleteMatch(id: string) {
|
||||
|
Reference in New Issue
Block a user