This commit is contained in:
biglyderv 2024-09-30 05:34:49 -04:00
parent f035caa99a
commit 458bed31cc
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) { if (e.success || e[0]) {
gek++; gek++;
} else { } else {
spamTimeout = 20; spamTimeout = 20;