From 14d73df4a3f3a0b56675d2af4fca35c9a0adb62a Mon Sep 17 00:00:00 2001 From: Sean Ryan Date: Fri, 9 Nov 2018 16:57:40 -0500 Subject: [PATCH] Testing sentiment --- toneAnalyzer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toneAnalyzer.js b/toneAnalyzer.js index 1d8a500..e777668 100644 --- a/toneAnalyzer.js +++ b/toneAnalyzer.js @@ -1,6 +1,6 @@ let ToneAnalyzerV3 = require('watson-developer-cloud/tone-analyzer/v3') -const TONE_ACCESS_TOKEN = proces.env.TONE_ACCESS_TOKEN +const TONE_ACCESS_TOKEN = process.env.TONE_ACCESS_TOKEN let toneAnalyzer = new ToneAnalyzerV3({ version: '2017-09-21',