cf
This commit is contained in:
parent
2b575d50b9
commit
4f046ae883
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ const hasExcludedTags = (doc) =>
|
|||
export function bankCompletions() {
|
||||
// TODO: FIX IMPORT
|
||||
const soundDict = soundMap?.get() ?? {};
|
||||
|
||||
|
||||
const banks = new Set();
|
||||
for (const key of Object.keys(soundDict)) {
|
||||
const [bank, suffix] = key.split('_');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue