fix: lint

This commit is contained in:
Jade (Rose) Rowland 2024-10-14 13:09:24 -04:00
parent 2e6a561184
commit 61f070744a
2 changed files with 2 additions and 2 deletions

View File

@ -1613,4 +1613,4 @@ export const ar = register('ar', (t, pat) => {
t = !Array.isArray(t) ? [t] : t;
const [attack, release = attack] = t;
return pat.set({ attack, release });
});
});

View File

@ -249,4 +249,4 @@ export function getOscillator(s, t, value) {
// envGain?.stop(time);
},
};
}
}