Skip to content

Commit

Permalink
Remove unnecessary repository save
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-bcl committed Oct 31, 2023
1 parent be996d2 commit 75e904e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ class AddressService(
val previousStatus = referenceDataRepository.previousAddressStatus()
currentMain.status = previousStatus
currentMain.endDate = endDate.toLocalDate()
personAddressRepository.save(currentMain)
}
}
}
Expand Down

0 comments on commit 75e904e

Please sign in to comment.