Skip to content

Commit

Permalink
Update src/main/java/it/gov/pagopa/pu/workflow/impl/PaymentsReporting…
Browse files Browse the repository at this point in the history
…IngestionWFImpl.java

Co-authored-by: antonioT90 <34568575+antonioT90@users.noreply.github.com>
  • Loading branch information
fvuotoeng and antonioT90 authored Dec 16, 2024
1 parent 9f1d119 commit 4468801
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public class PaymentsReportingIngestionWFImpl implements PaymentsReportingIngest

@Override
public void ingest(Long ingestionFlowFileId) {
log.info("Ingesting file with ID: " + fileId);
log.info("Handling IngestingFlowFileId: " + ingestionFlowFileId);

PaymentsReportingIngestionFlowFileActivityResult ingestionResult =
paymentsReportingIngestionFlowFileActivity.processFile(fileId);
Expand Down

0 comments on commit 4468801

Please sign in to comment.