This commit is contained in:
Jade (Rose) Rowland
2025-11-01 02:40:40 -04:00
parent 2b575d50b9
commit 4f046ae883
+1 -1
View File
@@ -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('_');