Fix bug in Action.loadRepo() (#1959)
This commit is contained in:
		
					parent
					
						
							
								0168b7073d
							
						
					
				
			
			
				commit
				
					
						96152c38b1
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -120,7 +120,7 @@ func (a *Action) loadActUser() {
 | 
			
		|||
}
 | 
			
		||||
 | 
			
		||||
func (a *Action) loadRepo() {
 | 
			
		||||
	if a.ActUser != nil {
 | 
			
		||||
	if a.Repo != nil {
 | 
			
		||||
		return
 | 
			
		||||
	}
 | 
			
		||||
	var err error
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue