aboutsummaryrefslogtreecommitdiff
path: root/src/lib/utils
diff options
context:
space:
mode:
authorIRONM00N <64110067+IRONM00N@users.noreply.github.com>2022-02-16 17:40:02 -0500
committerIRONM00N <64110067+IRONM00N@users.noreply.github.com>2022-02-16 17:40:02 -0500
commit43428f8a747f1b3e6b2a3418173910ce3ff1866c (patch)
treed1e7892fbd9d5f5881e9f34d3053a9fceb796c1d /src/lib/utils
parentb04c2b02c012baba9bbf2b8f3fb1a08c7796d38e (diff)
downloadtanzanite-43428f8a747f1b3e6b2a3418173910ce3ff1866c.tar.gz
tanzanite-43428f8a747f1b3e6b2a3418173910ce3ff1866c.tar.bz2
tanzanite-43428f8a747f1b3e6b2a3418173910ce3ff1866c.zip
feat: start testing perspectiveApi, and fix checkScamMentions
Diffstat (limited to 'src/lib/utils')
-rw-r--r--src/lib/utils/Config.ts1
1 files changed, 1 insertions, 0 deletions
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';