From fab7ebf90b0c222b855e92e6dc44b03585d7778c Mon Sep 17 00:00:00 2001 From: Vincent Tsao Date: Mon, 15 Oct 2018 10:46:45 -0700 Subject: [PATCH] Remove extra ' --- env.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/env.sample b/env.sample index 717903f9..56c35aa9 100644 --- a/env.sample +++ b/env.sample @@ -1,4 +1,4 @@ export API_KEY="get your key at https://api.data.gov/signup" export CDE_API="https://api.usa.gov/crime/fbi/ucr" export PORT=6005 -export THREAT_KEYWORDS='["threat", "words", "here"]'' +export THREAT_KEYWORDS='["threat", "words", "here"]'