File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -1646,6 +1646,7 @@ export class WorkflowClient extends BaseClient {
16461646    return  decodeCountWorkflowExecutionsResponse ( response ) ; 
16471647  } 
16481648
1649+   // eslint-disable-next-line deprecation/deprecation 
16491650  protected  adaptInterceptors ( ) : WorkflowClientInterceptors  |  WorkflowClientInterceptor [ ]  { 
16501651    if  ( typeof  this . options . interceptors  ===  'object'  &&  'calls'  in  this . options . interceptors )  { 
16511652      // eslint-disable-next-line deprecation/deprecation 
Original file line number Diff line number Diff line change @@ -672,10 +672,8 @@ mod config {
672672                self . local_activity_task_slot_supplier 
673673                    . into_slot_supplier ( & mut  rbo) , 
674674            ) ; 
675-             tuner_holder. nexus_slot_options ( 
676-                 self . nexus_task_slot_supplier 
677-                     . into_slot_supplier ( & mut  rbo) 
678-             ) ; 
675+             tuner_holder
676+                 . nexus_slot_options ( self . nexus_task_slot_supplier . into_slot_supplier ( & mut  rbo) ) ; 
679677            if  let  Some ( rbo)  = rbo { 
680678                tuner_holder. resource_based_options ( rbo) ; 
681679            } 
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import {
1111  OperatorService , 
1212  HealthService , 
1313  TestService , 
14-   InternalConnectionLikeSymbol 
14+   InternalConnectionLikeSymbol , 
1515}  from  '@temporalio/client' ; 
1616import  {  InternalConnectionOptions ,  InternalConnectionOptionsSymbol  }  from  '@temporalio/client/lib/connection' ; 
1717import  {  TransportError  }  from  './errors' ; 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments