Skip to content

Commit 3600db6

Browse files
fix(Assistant): load assistant vcap_services
1 parent 6fd311f commit 3600db6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/base_service.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,8 @@ export class BaseService {
336336
let temp: any;
337337
if (this.name === 'visual_recognition') {
338338
temp = vcapServices.getCredentials('watson_vision_combined');
339+
} if (this.name === 'assistant') {
340+
temp = vcapServices.getCredentials('conversation');
339341
} else {
340342
temp = vcapServices.getCredentials(vcapServicesName);
341343
}

0 commit comments

Comments
 (0)