Skip to content

Commit

Permalink
Hopp over arenaspesifikkMigrering når aktivitet er migrert tidligere
Browse files Browse the repository at this point in the history
  • Loading branch information
holymaloney committed Oct 9, 2023
1 parent ac75e44 commit db7d29e
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,10 @@ class ArenaAktivitetskortService (
)

// Gjør arena-spesifikk migrering
arenaspesifikkMigrering(bestilling.aktivitetskort, opprettetAktivitetsData, bestilling.eksternReferanseId)
val erMigrertAllerede = idMappingDAO.getAktivitetId(bestilling.eksternReferanseId).isPresent
if (!erMigrertAllerede) {
arenaspesifikkMigrering(bestilling.aktivitetskort, opprettetAktivitetsData, bestilling.eksternReferanseId)
}
return opprettetAktivitetsData
}

Expand Down

0 comments on commit db7d29e

Please sign in to comment.