removed obsolete comment

This commit is contained in:
Ulf Gebhardt 2023-04-06 14:20:41 +02:00
parent f2ad6cc24a
commit e4fc4438fb
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -27,8 +27,6 @@ import {
import { transactionLinkCode as contributionLinkCode } from './TransactionLinkResolver'
import { isStartEndDateValid } from './util/creations'
// TODO: this is a strange construct
@Resolver()
export class ContributionLinkResolver {
@Authorized([RIGHTS.CREATE_CONTRIBUTION_LINK])