removed obsolete todo

This commit is contained in:
Ulf Gebhardt 2023-03-04 00:38:08 +01:00
parent 38f563e294
commit 5515088929
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -441,7 +441,6 @@ export class ContributionResolver {
await contribution.save()
const res = await contribution.softRemove()
// TODO allow to query the user with relation
await EVENT_ADMIN_CONTRIBUTION_DELETE(
{ id: contribution.userId } as DbUser,
moderator,