pl-fe: fix?

Signed-off-by: mkljczk <git@mkljczk.pl>
This commit is contained in:
mkljczk
2025-03-16 09:08:22 +01:00
parent 322e812f9e
commit 34ef1950cc

View File

@ -144,8 +144,9 @@ const getRulesForUser = (user: Me) => {
const getRulesFromMemory = () => {
KVStore.getItem('url-purify-rules:last', (url: string) => {
if (!url) return;
getRulesForUser(url);
});
}).catch(() => {});
};
getRulesFromMemory();