fixing build error

This commit is contained in:
Seth Forsgren 2022-12-14 00:59:29 -08:00
parent 020f332f7e
commit 6c27aad94b
1 changed files with 1 additions and 1 deletions

View File

@ -246,7 +246,7 @@ export default function Home() {
};
useEffect(() => {
unmute(Tone.context._context, false, false);
unmute(Tone.context.rawContext, false, false);
}, []);
return (