edit email subject

main
Ryan Moon 2023-11-30 03:28:45 -05:00
parent 81a8f0604b
commit 1515f97d82
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ ${ info.message }
if (info.test === undefined) {
mail.send({
from: 'suggest@crbtc.org',
subject: info.name + ' - Suggestion for Meetup',
subject: 'Suggestions for Meetup',
text: details,
})