diff options
| author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-02-16 17:40:02 -0500 |
|---|---|---|
| committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-02-16 17:40:02 -0500 |
| commit | 43428f8a747f1b3e6b2a3418173910ce3ff1866c (patch) | |
| tree | d1e7892fbd9d5f5881e9f34d3053a9fceb796c1d /src/lib/utils | |
| parent | b04c2b02c012baba9bbf2b8f3fb1a08c7796d38e (diff) | |
| download | tanzanite-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.ts | 1 |
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'; |
