style: format doctor gateway services
This commit is contained in:
@@ -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",
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user