ooo i should put more than just DB in feeds huh

main
Bel LaPointe 2025-04-27 11:51:04 -06:00
parent ec1f0e007a
commit ce02422b1d
1 changed files with 2 additions and 0 deletions

View File

@ -51,5 +51,7 @@ func one(ctx context.Context, feed feeds.Feed) error {
return fmt.Errorf("should GET %s", feed.Version.URL)
return fmt.Errorf("should parse %s", feed.Version.URL)
return feeds.Executed(ctx, feed.Entry.ID, feed.Version.Created)
}