diff --git a/pkg/plug/algorithm.go b/pkg/plug/algorithm.go index f87a32a..ae074ea 100644 --- a/pkg/plug/algorithm.go +++ b/pkg/plug/algorithm.go @@ -67,7 +67,7 @@ func algorithm(ctx context.Context, plugInterface Plug, userSource models.UserSo outer: for { - if anthroveUserFavCount < profile.UserFavoriteCount && profile.UserFavoriteCount > 0 { + if anthroveUserFavCount >= profile.UserFavoriteCount && profile.UserFavoriteCount > 0 { break outer }