market close email: remove mention of creator fee

This commit is contained in:
mantikoros 2022-08-31 22:33:37 -05:00
parent ee76f4188b
commit e0ebdc644d
2 changed files with 1 additions and 6 deletions

View File

@ -351,8 +351,7 @@
font-size: 16px;
margin: 0;
" />
Resolve your market to earn {{creatorFee}} as the
creator commission.
Please resolve your market.
<br style="
font-family: 'Helvetica Neue', Helvetica,
Arial, sans-serif;

View File

@ -339,10 +339,6 @@ export const sendMarketCloseEmail = async (
userId,
name: firstName,
volume: formatMoney(volume),
creatorFee:
mechanism === 'dpm-2'
? `${DPM_CREATOR_FEE * 100}% of the profits`
: formatMoney(collectedFees.creatorFee),
}
)
}