wip: bug fix

This commit is contained in:
daief
2020-11-30 13:34:10 +08:00
parent 39777aa84f
commit ad76afdc23

View File

@@ -19,7 +19,7 @@ export const Store = {
getSetList(): ISet[] {
let res = GM_getValue(KEY_SET);
res = Array.isArray(res) ? res : [];
return [];
return res;
},
findCurrentSet(): ISet {
const ruleSet = Store.getSetList().find(it =>