From 179edb88be734d5d2d5cf91dc67c4867e45f262b Mon Sep 17 00:00:00 2001 From: Wyatt Johnson Date: Fri, 2 Mar 2018 10:29:17 -0700 Subject: [PATCH] fixes --- config.js | 1 - plugins/talk-plugin-notifications/server/typeDefs.graphql | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/config.js b/config.js index daf06c56c..956e7ac8f 100644 --- a/config.js +++ b/config.js @@ -48,7 +48,6 @@ const CONFIG = { // request all of the records. Otherwise, minimum limits of 0 are enforced. ALLOW_NO_LIMIT_QUERIES: process.env.TALK_ALLOW_NO_LIMIT_QUERIES === 'TRUE', - // TODO: document this config. // LOGGING_LEVEL specifies the logging level used by the bunyan logger. LOGGING_LEVEL: ['fatal', 'error', 'warn', 'info', 'debug', 'trace'].includes( process.env.TALK_LOGGING_LEVEL diff --git a/plugins/talk-plugin-notifications/server/typeDefs.graphql b/plugins/talk-plugin-notifications/server/typeDefs.graphql index c0e70a0ae..e2e575e25 100644 --- a/plugins/talk-plugin-notifications/server/typeDefs.graphql +++ b/plugins/talk-plugin-notifications/server/typeDefs.graphql @@ -7,7 +7,7 @@ type User { type Settings { # notificationsRequireConfirmation when true indicates that User's must have - # their email address confirmed/verified before they can recieve + # their email address confirmed/verified before they can receive # notifications. notificationsRequireConfirmation: Boolean }