This commit is contained in:
Ulf Gebhardt 2023-03-07 12:47:44 +01:00
parent cf0af5dc85
commit d65948ed81
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -144,8 +144,6 @@ export class ContributionLinkResolver {
dbContributionLink.maxAmountPerMonth = maxAmountPerMonth
dbContributionLink.maxPerCycle = maxPerCycle
await dbContributionLink.save()
logger.debug(`updateContributionLink successful!`)
await EVENT_ADMIN_CONTRIBUTION_LINK_UPDATE(getUser(context), dbContributionLink, amount)
return new ContributionLink(dbContributionLink)