Skip to content

Commit

Permalink
Corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
Gonzalo-Avalos-Ribas committed Jun 21, 2024
1 parent cd160ff commit 25c6876
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ export function executeStepDependencyGraph<

status = StepResultStatus.FAILURE;
}
let possibleAdditionalPartialTypes: string[] | undefined = [];
let possibleAdditionalPartialTypes: string[] | undefined = undefined;
if (context.jobState.waitUntilUploadsComplete) {
try {
// Failing to upload all integration data should not be considered a
Expand Down

0 comments on commit 25c6876

Please sign in to comment.