From 0c0d8451c63e346729ea85bfe176c20091541a28 Mon Sep 17 00:00:00 2001 From: SoXX Date: Fri, 1 Nov 2024 21:29:28 +0100 Subject: [PATCH] fix: Remove redundant break statement in taskSummery block --- pkg/plug/algorithm.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/plug/algorithm.go b/pkg/plug/algorithm.go index ae074ea..48fd8c7 100644 --- a/pkg/plug/algorithm.go +++ b/pkg/plug/algorithm.go @@ -114,7 +114,6 @@ outer: nextPage = favorites.NextPage taskSummery.AddedPosts += len(pageAnthroveFaves) } - break outer } if len(newPosts) > 0 {