style: format doctor gateway services

This commit is contained in:
Peter Steinberger
2026-01-09 17:53:57 +01:00
parent b23ce86c81
commit 377885bd36

View File

@@ -216,8 +216,7 @@ export async function maybeRepairGatewayServiceConfig(
) { ) {
audit.issues.push({ audit.issues.push({
code: SERVICE_AUDIT_CODES.gatewayEntrypointMismatch, code: SERVICE_AUDIT_CODES.gatewayEntrypointMismatch,
message: message: "Gateway service entrypoint does not match the current install.",
"Gateway service entrypoint does not match the current install.",
detail: `${currentEntrypoint} -> ${expectedEntrypoint}`, detail: `${currentEntrypoint} -> ${expectedEntrypoint}`,
level: "recommended", level: "recommended",
}); });