File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed 
Sources/OpenAPIKit/Component Object Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ extension OpenAPI.Components {
6666    ///
6767    /// - Important: Dereferencing an external reference (i.e. one that points to another file)
6868    ///     is not currently supported by OpenAPIKit and will therefore always throw an error.
69-     public  func  forceDereference< ReferenceType:  ComponentDictionaryLocatable > ( _ maybeReference:  Either < JSONReference < ReferenceType > ,  ReferenceType > )  throws  ->  ReferenceType ? { 
69+     public  func  forceDereference< ReferenceType:  ComponentDictionaryLocatable > ( _ maybeReference:  Either < JSONReference < ReferenceType > ,  ReferenceType > )  throws  ->  ReferenceType  { 
7070        switch  maybeReference { 
7171        case  . a( let  reference) : 
7272            guard  case . internal =  reference else  { 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments