Skip to content

Commit

Permalink
Merge pull request #51 from hiqdare/patch-1
Browse files Browse the repository at this point in the history
fix error message on create visual_recognition
  • Loading branch information
jweisz authored Jan 14, 2019
2 parents 8420623 + 143f571 commit 4bb3c25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tjbot.js
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ TJBot.prototype._createServiceAPI = function(service, credentials) {
});
} else {
throw new Error(
'Missing authentication credentials for tone_analyzer service: username/password or ' +
'Missing authentication credentials for visual_recognition service: username/password or ' +
'apikey are required.');
}
break;
Expand Down

0 comments on commit 4bb3c25

Please sign in to comment.