File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -197,9 +197,9 @@ export const backup = (connection: Connection): Backup => {
197197      } 
198198      return  status 
199199        ? { 
200-              ...parseResponse ( res ) , 
201-              ...status , 
202-            } 
200+           ...parseResponse ( res ) , 
201+           ...status , 
202+         } 
203203        : parseResponse ( res ) ; 
204204    } , 
205205    list : ( backend : Backend ) : Promise < BackupReturn [ ] >  =>  { 
@@ -259,9 +259,6 @@ export interface Backup {
259259   * 
260260   * @param  {Backend } backend Backend whence to list backups. 
261261   * @returns  {Promise<BackupReturn[]> } The response from Weaviate. 
262-    * @throws  {WeaviateInvalidInputError } If the input is invalid. 
263-    * @throws  {WeaviateBackupFailed } If the backup restoration fails. 
264-    * @throws  {WeaviateBackupCanceled } If the backup restoration is canceled. 
265262   * */ 
266263  list ( backend : Backend ) : Promise < BackupReturn [ ] > ; 
267264} 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments