Skip to content

Commit

Permalink
Testing sentiment
Browse files Browse the repository at this point in the history
  • Loading branch information
sjr765 committed Nov 9, 2018
1 parent 65b754f commit 14d73df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toneAnalyzer.js
Original file line number Diff line number Diff line change
@@ -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',
Expand Down

0 comments on commit 14d73df

Please sign in to comment.