docs: update rooms

This commit is contained in:
Philipp Kühn
2021-06-17 21:21:31 +02:00
parent c14e8dcbf6
commit c8375aa294

View File

@@ -40,9 +40,9 @@ const getRandomElement = list => {
const getRandomRoom = () => { const getRandomRoom = () => {
return getRandomElement([ return getRandomElement([
'room.1', 'room.4',
'room.2', 'room.5',
'room.3', 'room.6',
]) ])
} }