fix: 保留 PostgreSQL 状态摘要预算余量
This commit is contained in:
@@ -1248,7 +1248,7 @@ function compactStatus(
|
||||
total: facts?.postgres.appConnections.length ?? 0,
|
||||
failed: facts?.postgres.appConnections
|
||||
.filter((connection) => connection.ok !== true || connection.ssl !== true)
|
||||
.map((connection) => ({ user: connection.user, database: connection.database, error: connection.error })) ?? [],
|
||||
.map((connection) => connection.database) ?? [],
|
||||
},
|
||||
secrets: compactSecretInspection(secrets),
|
||||
exports: exports.map((item) => ({
|
||||
|
||||
Reference in New Issue
Block a user