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({
code: SERVICE_AUDIT_CODES.gatewayEntrypointMismatch,
message:
"Gateway service entrypoint does not match the current install.",
message: "Gateway service entrypoint does not match the current install.",
detail: `${currentEntrypoint} -> ${expectedEntrypoint}`,
level: "recommended",
});