Skip to content

Commit

Permalink
Fix casting
Browse files Browse the repository at this point in the history
  • Loading branch information
ncovercash committed Oct 6, 2023
1 parent 9253d3b commit 144e83b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -516,6 +516,7 @@ protected Future<Map<String, JobExecution>> createParentJobExecutions(
.map(InitJobExecutionsRsDto::getJobExecutions)
.map(executions -> executions.get(0))
)
.map(Future.class::cast)
.toList()
)
.map(CompositeFuture::<JobExecution>list)
Expand Down

0 comments on commit 144e83b

Please sign in to comment.