Website: add note to deliver-talk-to-us-form-submission.js (#26368)

Added a comment about future behavior
This commit is contained in:
Eric 2025-02-14 17:51:15 -06:00 committed by GitHub
parent cdaee64094
commit df13a20b88
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -104,6 +104,7 @@ module.exports = {
sails.log.warn(`Background task failed: When a user submitted the "Talk to us" form, a lead/contact could not be updated in the CRM for this email address: ${emailAddress}.`, err);
}
});
// FUTURE: create POV here
}
return;