mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-26 15:19:38 -04:00
format
This commit is contained in:
@@ -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 };
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user