We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4893b0 commit 2fd54cfCopy full SHA for 2fd54cf
1 file changed
services/personality_insights/v3.js
@@ -185,13 +185,13 @@ module.exports = function (RED) {
185
return wordcountCheck(msg, config);
186
})
187
.then(function(){
188
+ return Promise.reject('Got to credentialsCheck');
189
return credentialsCheck(node);
190
191
192
return setEndPoint(config);
193
194
- return Promise.reject('Got to prepareParams');
195
return prepareParams(msg, config);
196
197
.then(function(params){
0 commit comments