Skip to content

Commit

Permalink
fix(manifest-service): log warning when release is not in the database
Browse files Browse the repository at this point in the history
  • Loading branch information
AminSlk committed Aug 16, 2024
1 parent e735d62 commit a4bddf3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1078,6 +1078,7 @@ func findOldApplicationVersions(ctx context.Context, transaction *sql.Tx, state
}
if release == nil {
majorsCount += 1
logger.FromContext(ctx).Warn("Release not found in database")
} else if !release.Metadata.IsMinor {
majorsCount += 1
}
Expand Down

0 comments on commit a4bddf3

Please sign in to comment.