File tree Expand file tree Collapse file tree 3 files changed +12
-9
lines changed
components/bigdatacorp/actions Expand file tree Collapse file tree 3 files changed +12
-9
lines changed Original file line number Diff line number Diff line change @@ -34,11 +34,12 @@ export default {
3434 } ,
3535 } ) ;
3636
37- const status = response . Status [ this . dataset [ 0 ] . Message ;
37+ const status = response . Status [ this . dataset [ 0 ] . Message ] ;
38+
3839 if ( status === "OK" ) {
39- $ . export ( "$summary" , `Successfully sent the request for the '${ this . dataset } ' dataset. Status: ${ status } ` ) ;
40+ $ . export ( "$summary" , `Successfully sent the request for the '${ this . dataset } ' dataset. Status: ${ status } ` ) ;
4041 } else {
41- throw new Error ( status ) ;
42+ throw new Error ( status ) ;
4243 }
4344
4445 return response ;
Original file line number Diff line number Diff line change @@ -34,11 +34,12 @@ export default {
3434 } ,
3535 } ) ;
3636
37- const status = response . Status [ this . dataset [ 0 ] . Message ;
37+ const status = response . Status [ this . dataset [ 0 ] . Message ] ;
38+
3839 if ( status === "OK" ) {
39- $ . export ( "$summary" , `Successfully sent the request for the '${ this . dataset } ' dataset. Status: ${ status } ` ) ;
40+ $ . export ( "$summary" , `Successfully sent the request for the '${ this . dataset } ' dataset. Status: ${ status } ` ) ;
4041 } else {
41- throw new Error ( status ) ;
42+ throw new Error ( status ) ;
4243 }
4344
4445 return response ;
Original file line number Diff line number Diff line change @@ -34,11 +34,12 @@ export default {
3434 } ,
3535 } ) ;
3636
37- const status = response . Status [ this . dataset [ 0 ] . Message ;
37+ const status = response . Status [ this . dataset [ 0 ] . Message ] ;
38+
3839 if ( status === "OK" ) {
39- $ . export ( "$summary" , `Successfully sent the request for the '${ this . dataset } ' dataset. Status: ${ status } ` ) ;
40+ $ . export ( "$summary" , `Successfully sent the request for the '${ this . dataset } ' dataset. Status: ${ status } ` ) ;
4041 } else {
41- throw new Error ( status ) ;
42+ throw new Error ( status ) ;
4243 }
4344
4445 return response ;
You can’t perform that action at this time.
0 commit comments