[Manager] Fix banned status logic to only check Registry status (#4535)

This commit is contained in:
Jin Yi
2025-07-26 07:14:38 +09:00
committed by GitHub
parent 24ae277ebe
commit 0721cdbd64
2 changed files with 2 additions and 12 deletions

View File

@@ -89,8 +89,6 @@ export interface NodePackRequirements {
| 'NodeVersionStatusFlagged'
/** @description Whether package is banned (derived from status) */
is_banned: boolean
/** @description Reason for ban if applicable */
ban_reason?: string
// Metadata
/** @description Registry data fetch timestamp */