Skip to content

[hotfix] whoops! introduced bug that broke destroy

aguestuser requested to merge hotfix-repair-phoneNumber-destroy into main
  • phoneNubmerRepository.destroy called phoneNumber.destroy instead of phoneNumberRecord.destroy
  • this fixes it and adds a unit test

Merge request reports