Skip to content

Commit df13a20

Browse files
authored
Website: add note to deliver-talk-to-us-form-submission.js (#26368)
Added a comment about future behavior
1 parent cdaee64 commit df13a20

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

website/api/controllers/deliver-talk-to-us-form-submission.js

+1
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ module.exports = {
104104
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);
105105
}
106106
});
107+
// FUTURE: create POV here
107108
}
108109

109110
return;

0 commit comments

Comments
 (0)