remove redudant code
This commit is contained in:
parent
1d32d636c2
commit
aa748323e2
1 changed files with 1 additions and 5 deletions
|
|
@ -29,11 +29,7 @@ exports.currentFollows = async () => {
|
||||||
}
|
}
|
||||||
|
|
||||||
// load sometimes returns an empty set on the first try
|
// load sometimes returns an empty set on the first try
|
||||||
if (size(v) === 0) {
|
return size(v) === 0
|
||||||
return true
|
|
||||||
}
|
|
||||||
|
|
||||||
return false
|
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue