each feed version has webhooks to do whatever with it

This commit is contained in:
Bel LaPointe
2025-04-28 20:22:11 -06:00
parent 0628a678d8
commit 57e77e5d4e
5 changed files with 29 additions and 66 deletions

View File

@@ -100,7 +100,6 @@ func (feed Feed) Fetch(ctx context.Context) (Items, error) {
Links: links,
Preview: preview,
Body: body,
Tag: feed.Version.Tag,
})
}