fix broken array
This commit is contained in:
parent
10bfe32a2d
commit
7b92874909
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue