Skip to content

Commit ccc2b63

Browse files
Merge pull request watson-developer-cloud#174 from rastringer/master
Adds var fs for personality-insights
2 parents 5dc6222 + 980182c commit ccc2b63

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/personality_insights.v2.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
'use strict';
22

33
var watson = require('watson-developer-cloud');
4+
var fs = require('fs');
45

56
var personality_insights = watson.personality_insights({
67
username: 'INSERT YOUR USERNAME FOR THE SERVICE HERE',

0 commit comments

Comments
 (0)