We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0899848 commit e58ccf9Copy full SHA for e58ccf9
1 file changed
ghost/core/core/server/services/member-welcome-emails/service.js
@@ -21,6 +21,10 @@ const EMAIL_VALIDATION_TYPE_BY_FIELD = {
21
sender_reply_to: 'replyTo'
22
};
23
24
+/**
25
+ * @param {null | undefined | string} value
26
+ * @returns {string}
27
+ */
28
const trimValue = value => value?.trim() || '';
29
30
class MemberWelcomeEmailService {
0 commit comments