feat(feeds): clear feed cache (#1071)

This commit is contained in:
ze0s 2023-09-01 21:39:39 +02:00 committed by GitHub
parent 3755881c40
commit b6de7144e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 84 additions and 1 deletions

View file

@ -216,7 +216,7 @@ func (r *FeedCacheRepo) DeleteBucket(ctx context.Context, bucket string) error {
}
if rows == 0 {
return errors.Wrap(err, "error no rows affected")
r.log.Warn().Msgf("no rows affected for delete of bucket: %s", bucket)
}
return nil