Skip to content

Commit

Permalink
Fix after user feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucie Dubrunfaut authored and sfarouq-ext committed Mar 5, 2025
1 parent 01e9df3 commit 797d536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apps/backup/veeam/vbem/restapi/mode/listjobs.pm
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ sub manage_selection {
}
}

foreach my $job (@{$jobs_replica->{Entities}->{BackupJobSessions}->{BackupJobSessions}}) {
foreach my $job (@{$jobs_replica->{Entities}->{ReplicaJobSessions}->{ReplicaJobSessions}}) {
next if (defined($results->{ $job->{JobUid} }));

$results->{ $job->{JobUid} } = {
Expand Down

0 comments on commit 797d536

Please sign in to comment.