remove redudant code

This commit is contained in:
Daniel Lugo 2020-08-04 12:52:47 -04:00
parent 1d32d636c2
commit aa748323e2

View file

@ -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
} }
) )