Skip to content

Commit

Permalink
Up first launch statement
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiahub committed Dec 14, 2023
1 parent 244e664 commit f1d00e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/app/tasks-jobs/tasks/launch/task-launch.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export class TaskLaunchService {
map(apps =>
apps.reduce((mapAccumulator, app) => {
const a = mapAccumulator.get(app.name);
const isFirstLaunch = task?.lastTaskExecution.deploymentProperties.length;
const isFirstLaunch = task?.lastTaskExecution?.deploymentProperties.length;
if (a) {
if (app.defaultVersion) {
a.version = app.version;
Expand Down

0 comments on commit f1d00e9

Please sign in to comment.