File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed 
packages/cli/src/commands Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -34,10 +34,6 @@ export default class AuthCommand extends Command {
3434      this . error ( '✖ Deploy key must not exceed 200 characters' ,  {  exit : 1  } ) ; 
3535    } 
3636
37-     if  ( product  ===  'hosted-service'  ||  node ?. match ( / a p i .t h e g r a p h .c o m / ) )  { 
38-       this . error ( '✖ The hosted service is deprecated' ,  {  exit : 1  } ) ; 
39-     } 
40- 
4137    try  { 
4238      await  saveDeployKey ( node ! ,  deployKey ) ; 
4339      print . success ( `Deploy key set for ${ node }  ) ; 
Original file line number Diff line number Diff line change @@ -125,8 +125,6 @@ export default class DeployCommand extends Command {
125125      this . error ( 'No Graph node provided' ) ; 
126126    } 
127127
128-     const  isStudio  =  node . match ( / s t u d i o / ) ; 
129- 
130128    const  requestUrl  =  new  URL ( node ) ; 
131129    const  client  =  createJsonRpcClient ( requestUrl ) ; 
132130
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments