File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
services/tradeoff_analytics Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ TradeoffAnalytics.prototype.dilemmas = function(params, callback) {
5252 url : '/v1/dilemmas' ,
5353 body : omit ( params , [ 'metadataHeader' ] ) ,
5454 headers : {
55- 'x-watson-metadata' : pick ( params , [ 'metadataHeader' ] )
55+ 'x-watson-metadata' : pick ( params , [ 'metadataHeader' ] )
5656 } ,
5757 json : true
5858 } ,
@@ -62,10 +62,6 @@ TradeoffAnalytics.prototype.dilemmas = function(params, callback) {
6262 return requestFactory ( parameters , callback ) ;
6363} ;
6464
65- /**
66- *
67- */
68-
6965 /**
7066 * Forward events from the Tradeoff Analytics widget to the service
7167 *
@@ -81,7 +77,7 @@ TradeoffAnalytics.prototype.events = function(params, callback) {
8177 url : '/v1/events' ,
8278 body : omit ( params , [ 'metadataHeader' ] ) ,
8379 headers : {
84- 'x-watson-metadata' : pick ( params , [ 'metadataHeader' ] )
80+ 'x-watson-metadata' : pick ( params , [ 'metadataHeader' ] )
8581 } ,
8682 json : true
8783 } ,
You can’t perform that action at this time.
0 commit comments