diff --git a/pkg/plug/algorithm.go b/pkg/plug/algorithm.go index ed77874..c2d0618 100644 --- a/pkg/plug/algorithm.go +++ b/pkg/plug/algorithm.go @@ -99,7 +99,7 @@ outer: return taskSummery, err } - if len(anthroveFaves) > 0 { + if len(anthroveFaves) < 0 { span.AddEvent("No more favorites found to add") log.WithContext(ctx).WithFields(basicLoggingInfo).Info("No more favorites found") break outer