mirror of
https://codeberg.org/uzu/strudel
synced 2026-09-09 16:07:00 -04:00
fix broken array
This commit is contained in:
@@ -92,7 +92,7 @@ export function bankCompletions() {
|
||||
}
|
||||
|
||||
// Attempt to get all scale names from Tonal TODO: FIX IMPORT
|
||||
// let scaleCompletions = [];
|
||||
let scaleCompletions = [];
|
||||
// try {
|
||||
// scaleCompletions = (Scale.names ? Scale.names() : []).map((name) => ({ label: name, type: 'scale' }));
|
||||
// } catch (e) {
|
||||
|
||||
Reference in New Issue
Block a user