Skip to content

Commit

Permalink
Remove ineffective assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
giulianopz committed Jun 17, 2024
1 parent 2ac6608 commit 1aed6b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/display/loading.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ func (d *display) fetchAllFeeds() {
return err
}

parsedFeed = d.cache.AddFeed(parsedFeed, string(url))
d.cache.AddFeed(parsedFeed, string(url))

pb.IncrByOne()

Expand Down

0 comments on commit 1aed6b1

Please sign in to comment.