Skip to content

Commit

Permalink
Remove Onasis from contact form messages (#26480)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sampfluger88 authored Feb 20, 2025
1 parent 15a19f8 commit 1fe9b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/api/controllers/deliver-contact-form-message.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Fleet Premium subscription details:
}

await sails.helpers.http.post(sails.config.custom.slackWebhookUrlForContactForm, {
text: `New contact form message: (cc: <@U0801Q57JDU>, <@U05CS07KASK>) (Remember: we have to email back; can't just reply to this thread.)`+
text: `New contact form message: (cc: <@U05CS07KASK>) (Remember: we have to email back; can't just reply to this thread.)`+
`Name: ${firstName + ' ' + lastName}, Email: ${emailAddress}, Message: ${message ? message : 'No message.'}`
});

Expand Down

0 comments on commit 1fe9b53

Please sign in to comment.