dev.....!

This commit is contained in:
Gabe Yuan
2023-08-31 13:38:06 +08:00
parent aa795e2731
commit 4486ad353c
15 changed files with 50 additions and 41 deletions

View File

@@ -68,5 +68,5 @@ export const loadOrFetchSubRules = async (url) => {
if (rules?.length) {
return rules;
}
return await syncSubRules(url);
return syncSubRules(url);
};