From 440ce0cd3b614eb593eb98c76c3a9305cc284eb3 Mon Sep 17 00:00:00 2001 From: "Jade (Rose) Rowland" Date: Tue, 6 May 2025 02:14:35 -0400 Subject: [PATCH] format --- packages/superdough/synth.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/superdough/synth.mjs b/packages/superdough/synth.mjs index c08fd8c1..dd048174 100644 --- a/packages/superdough/synth.mjs +++ b/packages/superdough/synth.mjs @@ -27,7 +27,7 @@ const getFrequencyFromValue = (value) => { }; function destroyAudioWorkletNode(node) { if (node == null) { - return + return; } node.disconnect(); node.parameters.get('end')?.setValueAtTime(0, 0);