Merge branch 'master' into restore-new-user-event

This commit is contained in:
Kim Gardner
2018-03-14 18:19:29 -04:00
committed by GitHub
24 changed files with 766 additions and 44 deletions
@@ -165,7 +165,6 @@ class NotificationManager {
);
const flattenedDigestCategories = this.flattenDigests(ctx, digests);
console.log(JSON.stringify(flattenedDigestCategories));
// Get all the notifications together.
const allMessages = await renderDigestMessage(
@@ -7,6 +7,6 @@
"author": "The Coral Project Team <coral@mozillafoundation.org>",
"license": "Apache-2.0",
"dependencies": {
"pell": "^0.7.0"
"pell": "^1.0.1"
}
}