Skip to content

Commit

Permalink
Update store.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
kakkokari-gtyih authored Nov 26, 2023
1 parent 3673f1a commit ce1de0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ export const defaultStore = markRaw(new Storage('base', {
},
sound_reaction: {
where: 'device',
default: { type: 'syuilo/bubble2', volume: 1 },
default: { type: 'syuilo/bubble2', volume: 1 } as SoundStore,
},
}));

Expand Down

0 comments on commit ce1de0f

Please sign in to comment.