I guess i know why it doesnt delete the room now

This commit is contained in:
MrMasrozYTLIVE 2024-06-09 11:16:22 +03:00
parent 2a2fbed732
commit d44ef48d89

5
app.js
View File

@ -279,10 +279,7 @@ function leaveRoom() {
roomItem.remove(); roomItem.remove();
} }
console.log(config.rooms); console.log(topic);
console.log(config.rooms.filter(e => e !== currentRoom.topic.toString()));
console.log(currentRoom.topic);
console.log(currentRoom.topic.toString());
config.rooms = config.rooms.filter(e => e !== currentRoom.topic.toString()); config.rooms = config.rooms.filter(e => e !== currentRoom.topic.toString());
writeConfigToFile("./config.json"); writeConfigToFile("./config.json");