style: format doctor gateway services
parent
b23ce86c81
commit
377885bd36
|
|
@ -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",
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue