[~] Refactor

This commit is contained in:
Siarhei Siniak 2024-08-12 23:02:41 +03:00
parent ae897835b2
commit b9297f6863

@ -391,7 +391,7 @@ const online_fxreader_linkedin = new Linkedin();
action,
word,
};
}).filter((o) => o.action !== nul);
}).filter((o) => o.action !== null);
let filtered_entries = sorted_entries.filter((o) => {
let match = true;