Skip to content

Commit

Permalink
[MODEXPW-528] Code review
Browse files Browse the repository at this point in the history
  • Loading branch information
SerhiiNosko committed Dec 9, 2024
1 parent 57e340c commit 007a2aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ private Job constructEdifactExportJob(JobBuilder jobBuilder,
return jobBuilder.incrementer(new RunIdIncrementer())
.listener(ediExportJobCompletionListener)
.start(mapToEdifactOrdersStep)
.next(saveToFTPStep)
.next(saveToMinIOStep)
.next(saveToFTPStep)
.next(createExportHistoryRecordsStep)
.build();
}
Expand Down

0 comments on commit 007a2aa

Please sign in to comment.