sdv
This commit is contained in:
parent
f035caa99a
commit
458bed31cc
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue