original_url should be optional
				
					
				
			This commit is contained in:
		
							parent
							
								
									54f65650b5
								
							
						
					
					
						commit
						56b8557501
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -263,7 +263,8 @@ pub struct Repository {
 | 
			
		|||
    pub name: String,
 | 
			
		||||
    pub open_issue_count: u64,
 | 
			
		||||
    pub open_pr_counter: u64,
 | 
			
		||||
    pub original_url: Url,
 | 
			
		||||
    #[serde(deserialize_with = "crate::none_if_blank_url")]
 | 
			
		||||
    pub original_url: Option<Url>,
 | 
			
		||||
    pub owner: User,
 | 
			
		||||
    pub permissions: Permission,
 | 
			
		||||
    pub private: bool,
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue