From 43428f8a747f1b3e6b2a3418173910ce3ff1866c Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Wed, 16 Feb 2022 17:40:02 -0500 Subject: feat: start testing perspectiveApi, and fix checkScamMentions --- src/lib/utils/Config.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib/utils') diff --git a/src/lib/utils/Config.ts b/src/lib/utils/Config.ts index bc31964..ce5ec06 100644 --- a/src/lib/utils/Config.ts +++ b/src/lib/utils/Config.ts @@ -62,6 +62,7 @@ interface Credentials { imgurClientId: string; imgurClientSecret: string; sentryDsn: string; + perspectiveApiKey: string; } type Environment = 'production' | 'beta' | 'development'; -- cgit