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
|
||||
if (size(v) === 0) {
|
||||
return true
|
||||
}
|
||||
|
||||
return false
|
||||
return size(v) === 0
|
||||
}
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue