This commit is contained in:
Felix Roos
2023-11-03 11:11:23 +01:00
parent 19db419c53
commit e27ee03517
+1 -1
View File
@@ -31,4 +31,4 @@ export function getRandomTune() {
const randomItem = (arr) => arr[Math.floor(Math.random() * arr.length)];
const [name, code] = randomItem(allTunes);
return { name, code };
}
}