mirror of
https://github.com/daief/gm-response-proxy.git
synced 2026-03-15 02:33:17 +08:00
wip: bug fix
This commit is contained in:
@@ -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 =>
|
||||
|
||||
Reference in New Issue
Block a user