fix(store): fix migrator

This commit is contained in:
JellyBrick
2025-07-13 16:36:51 +09:00
parent 6284b87fc7
commit 7b41775b26

View File

@ -11,7 +11,7 @@ export type IStore = InstanceType<
>;
const migrations = {
'>=3.4.0'(store: IStore) {
'>=3.10.0'(store: IStore) {
const lyricGeniusConfig = store.get('plugins.lyrics-genius') as
| {
enabled?: boolean;