fix: bump documents

This commit is contained in:
Martin Kriegeskorte
2022-04-29 13:53:47 +02:00
parent 45287563f3
commit 43611ea2e7
2 changed files with 4 additions and 4 deletions

View File

@@ -39,9 +39,9 @@ const getRandomElement = list => {
const getRandomRoom = () => {
return getRandomElement([
'rooms.20',
'rooms.21',
'rooms.22',
'rooms.30',
'rooms.31',
'rooms.32',
])
}