diff --git a/app/plus/service.ts b/app/plus/service.ts index 545991318..e6ff8ae8c 100644 --- a/app/plus/service.ts +++ b/app/plus/service.ts @@ -428,6 +428,9 @@ const addVouch = async ({ where: { userId }, data: { canVouchFor: null }, }), + prisma.plusSuggestion.deleteMany({ + where: { suggestedId: input.vouchedId, tier: input.tier }, + }), ]); function vouchedUserAlreadyHasAccess() {