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 bd9b9df commit 9f1d119
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public class PaymentsReportingIngestionWFImpl implements PaymentsReportingIngest


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

PaymentsReportingIngestionFlowFileActivityResult ingestionResult =
Expand Down

0 comments on commit 9f1d119

Please sign in to comment.