deletions do not return bodies
This commit is contained in:
		
							parent
							
								
									a2ff083f71
								
							
						
					
					
						commit
						02e6eb6c60
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -147,7 +147,7 @@ impl Forgejo {
 | 
			
		|||
    async fn delete(&self, path: &str) -> Result<(), ForgejoError> {
 | 
			
		||||
        let url = self.url.join("api/v1/").unwrap().join(path).unwrap();
 | 
			
		||||
        let request = self.client.delete(url).build()?;
 | 
			
		||||
        self.execute(request).await
 | 
			
		||||
        self.execute_unit(request).await
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    async fn patch<T: Serialize, U: DeserializeOwned>(
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue