fix broken array

This commit is contained in:
Jade (Rose) Rowland 2025-11-01 01:55:05 -04:00
parent 10bfe32a2d
commit 7b92874909

View file

@ -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) {