Skip to content

Commit 2fd54cf

Browse files
committed
Debug dict path
1 parent b4893b0 commit 2fd54cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • services/personality_insights

services/personality_insights/v3.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,13 +185,13 @@ module.exports = function (RED) {
185185
return wordcountCheck(msg, config);
186186
})
187187
.then(function(){
188+
return Promise.reject('Got to credentialsCheck');
188189
return credentialsCheck(node);
189190
})
190191
.then(function(){
191192
return setEndPoint(config);
192193
})
193194
.then(function(){
194-
return Promise.reject('Got to prepareParams');
195195
return prepareParams(msg, config);
196196
})
197197
.then(function(params){

0 commit comments

Comments
 (0)