File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -300,8 +300,6 @@ function run() {
300300 let status_data = null ;
301301 let scan_completed = false ;
302302 let scan_failed = false ;
303- // Skip waiting for scan completion if in ALL_ISSUES mode
304- const should_wait_for_scan = severity_check_scope . toUpperCase ( ) !== "ALL_ISSUES" ;
305303 while ( Date . now ( ) - startTime < maxWaitTime ) {
306304 try {
307305 const status_response = yield check_scan_status ( dt_results_api_key , mobile_app_id , scan_id ) ;
Original file line number Diff line number Diff line change @@ -375,10 +375,6 @@ async function run() {
375375 let scan_completed = false ;
376376 let scan_failed = false ;
377377
378- // Skip waiting for scan completion if in ALL_ISSUES mode
379- const should_wait_for_scan =
380- severity_check_scope . toUpperCase ( ) !== "ALL_ISSUES" ;
381-
382378 while ( Date . now ( ) - startTime < maxWaitTime ) {
383379 try {
384380 const status_response = await check_scan_status (
You can’t perform that action at this time.
0 commit comments