Skip to content

Commit

Permalink
Merge pull request #294 from chughts/rrfix
Browse files Browse the repository at this point in the history
Fix Error in Rank & Retrieve
  • Loading branch information
chughts committed May 17, 2017
2 parents fb9f9c9 + f16e90f commit 128985e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/retrieve_and_rank/v1.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module.exports = function (RED) {
qs = require('qs'),
request = require('request'),
fileType = require('file-type'),
watson = require('watson-developer-cloud');
watson = require('watson-developer-cloud'),
username, password,
service = cfenv.getAppEnv().getServiceCreds(/retrieve and rank/i);

Expand Down

0 comments on commit 128985e

Please sign in to comment.