This commit is contained in:
biglyderv 2024-09-30 05:36:02 -04:00
parent 458bed31cc
commit c108877e98
No known key found for this signature in database
GPG key ID: 33AC87E9ACE66954

View file

@ -46,7 +46,7 @@ async function unfollowUser(user) {
e = {}; e = {};
} }
console.log(e); console.log(e);
if (e.success || e[0]) { if (!e[0].errors) {
gek++; gek++;
} else { } else {
spamTimeout = 20; spamTimeout = 20;