Updated members site config keys (#10702)

no issue
This commit is contained in:
Rishabh Garg 2019-04-22 20:53:58 +05:30 committed by Fabien O'Carroll
parent 2253b2d18c
commit 8191513a86

View File

@ -172,8 +172,8 @@ const sendEmail = (function createSendEmail(mailer) {
const getSiteConfig = () => {
return {
defaultBlogTitle: settingsCache.get('title') ? settingsCache.get('title').replace(/"/g, '\\"') : 'Publication',
blogIconUrl: blogIcon.getIconUrl()
title: settingsCache.get('title') ? settingsCache.get('title').replace(/"/g, '\\"') : 'Publication',
icon: blogIcon.getIconUrl()
};
};