|
@@ -2,7 +2,6 @@
|
|
|
Meteor.startup(() => {
|
|
|
Notifications.subscribe('email', (user, title, description, params) => {
|
|
|
// add quote to make titles easier to read in email text
|
|
|
- console.log('ICI', user, title, description, params);
|
|
|
const quoteParams = _.clone(params);
|
|
|
['card', 'list', 'oldList', 'board', 'comment'].forEach((key) => {
|
|
|
if (quoteParams[key]) quoteParams[key] = `"${params[key]}"`;
|