File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1515 **/
1616
1717module . exports = function ( RED ) {
18- const SERVICE_IDENTIFIER = 'assistant' ;
19- const OLD_SERVICE_IDENTIFIER = 'conversation' ;
18+ const SERVICE_IDENTIFIER = 'assistant' ,
19+ OLD_SERVICE_IDENTIFIER = 'conversation' ;
20+
2021 var pkg = require ( '../../package.json' ) ,
2122 temp = require ( 'temp' ) ,
2223 fs = require ( 'fs' ) ,
Original file line number Diff line number Diff line change 1515 **/
1616
1717module . exports = function ( RED ) {
18- const SERVICE_IDENTIFIER = 'assistant' ;
19- const OLD_SERVICE_IDENTIFIER = 'conversation' ;
18+ const SERVICE_IDENTIFIER = 'assistant' ,
19+ OLD_SERVICE_IDENTIFIER = 'conversation' ;
20+
2021 var pkg = require ( '../../package.json' ) ,
2122 AssistantV1 = require ( 'watson-developer-cloud/assistant/v1' ) ,
2223 serviceutils = require ( '../../utilities/service-utils' ) ,
You can’t perform that action at this time.
0 commit comments