[~] Refactor

This commit is contained in:
Siarhei Siniak 2024-08-10 21:52:41 +03:00
parent 3f49dd337f
commit b8b2443c2a

@ -37,6 +37,8 @@ class Linkedin {
} }
data_add (text) { data_add (text) {
let self = this;
if (self.data.has(text)) if (self.data.has(text))
{ {
return; return;