Skip to content

Commit

Permalink
Cosmetic fix
Browse files Browse the repository at this point in the history
  • Loading branch information
z80maniac committed Jul 21, 2024
1 parent 9902880 commit f6a602a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/feeds.go
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ func startSourceFeedsReceiver(
break
}

oldIds := []string{}
var oldIds []string
for _, item := range outFeed.Items {
oldIds = append(oldIds, item.Id)
}
Expand Down

0 comments on commit f6a602a

Please sign in to comment.