[~] Refactor

This commit is contained in:
Siarhei Siniak 2024-08-12 23:19:21 +03:00
parent d6f5817c78
commit 1018ad3266

@ -370,12 +370,12 @@ const online_fxreader_linkedin = new Linkedin();
if (o.length > 0) if (o.length > 0)
{ {
if (o[0] == '-') if (o[0] == '+')
{ {
action = 'include'; action = 'include';
word = o.slice(1,); word = o.slice(1,);
} }
else if (o[0] == '+') else if (o[0] == '-')
{ {
action = 'exclude'; action = 'exclude';
word = o.slice(1,); word = o.slice(1,);