Skip to content

Commit

Permalink
Merge branch 'feat/upgrade-caricamento-massivo' of https://github.com…
Browse files Browse the repository at this point in the history
…/teamdigitale/monitoraggio.repubblicadigitale.gov.it into feat/upgrade-caricamento-massivo
  • Loading branch information
federico-tocci-dxc committed Sep 25, 2024
2 parents 1920b33 + 94428c2 commit 3000d87
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ private RegistroAttivitaEntity faseInizializzazioneSalvataggioRegistroAttivita(S
.jobUUID(uuid)
.jobStatus(JobStatusEnum.IN_PROGRESS)
.build();
return registroAttivitaRepository.save(registroAttivita);
return registroAttivitaService.saveRegistroAttivita(registroAttivita);
}

@Transactional
Expand Down

0 comments on commit 3000d87

Please sign in to comment.