Closed thomasheartman closed 6 days ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
unleash-monorepo-frontend | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Nov 20, 2024 9:17am |
✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.
Package | Version | Score | Details |
---|
This PR fixes the counting of unhealthy flags for the project status page. The issue was that we were looking for
archived = false
, but we don't set that flag in the db anymore. Instead, we set thearchived_at
date, which should be null if the flag is unarchived.