diff --git a/services/gunDB/contact-api/getters/follows.js b/services/gunDB/contact-api/getters/follows.js index 22a49333..55ed47f8 100644 --- a/services/gunDB/contact-api/getters/follows.js +++ b/services/gunDB/contact-api/getters/follows.js @@ -28,6 +28,7 @@ exports.currentFollows = async () => { return true } + // load sometimes returns an empty set on the first try if (size(v) === 0) { return true }