hotfix: fix build error
This commit is contained in:
parent
47a5080352
commit
f387589342
1 changed files with 3 additions and 1 deletions
|
|
@ -16,7 +16,9 @@ async function loadDBPatterns() {
|
|||
$featuredPatterns.set(featuredPatterns);
|
||||
}
|
||||
|
||||
loadDBPatterns();
|
||||
if (typeof window !== 'undefined') {
|
||||
loadDBPatterns();
|
||||
}
|
||||
|
||||
export const defaultAudioDeviceName = 'System Standard';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue