fix(confidence-engine): propagate start outage classification
This commit is contained in:
@@ -382,6 +382,7 @@ export async function startCase(body, dependencies = {}) {
|
||||
providerApiPath: analysis.providerApiPath ?? undefined,
|
||||
providerExecution: analysis.providerExecution ?? undefined,
|
||||
rawResponse: analysis.rawResponse ?? undefined,
|
||||
code: analysis.code ?? undefined,
|
||||
statusCode: Number(analysis.statusCode) || 502,
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user