File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
browserstack-report-action Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -38273,7 +38273,6 @@ const constants = __nccwpck_require__(9350);
3827338273class ReportService {
3827438274 constructor(authHeader) {
3827538275 this.authHeader = authHeader;
38276- // this.apiUrl = 'https://api-observability.browserstack.com/ext/v1/builds/buildReport';
3827738276 this.apiUrl = 'https://api-observability-preprod.bsstag.com/ext/v1/builds/buildReport';
3827838277 }
3827938278
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ const constants = require('../../config/constants');
55class ReportService {
66 constructor ( authHeader ) {
77 this . authHeader = authHeader ;
8- // this.apiUrl = 'https://api-observability.browserstack.com/ext/v1/builds/buildReport';
98 this . apiUrl = 'https://api-observability-preprod.bsstag.com/ext/v1/builds/buildReport' ;
109 }
1110
You can’t perform that action at this time.
0 commit comments