Extended todo w/ issue link

ref #65
This commit is contained in:
Nicolai Ort 2021-01-02 17:07:17 +01:00
parent ab67e5f4aa
commit c9ba69792f
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ export class DonorController {
throw new DonorNotFoundError();
}
//TODO: DELETE DONATIONS AND WARN FOR FORCE
//TODO: DELETE DONATIONS AND WARN FOR FORCE (https://git.odit.services/lfk/backend/issues/66)
await this.donorRepository.delete(donor);
return new ResponseDonor(responseDonor);