server cleaning

This commit is contained in:
Killian Marty 2023-12-08 19:18:36 +01:00
parent 41b830e179
commit 17357ee472

View file

@ -157,10 +157,9 @@ wss.on('connection', (socket, req) => {
default: default:
break; break;
}
}catch(e){
console.log('error');
} }
}catch(e){
console.log('error');
} }
}); });