mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	bug fixed
This commit is contained in:
		@@ -51,7 +51,7 @@ func GetBranches(userName, reposName string) ([]string, error) {
 | 
			
		||||
 | 
			
		||||
	brs := make([]string, len(refs))
 | 
			
		||||
	for i, ref := range refs {
 | 
			
		||||
		brs[i] = ref.Name
 | 
			
		||||
		brs[i] = ref.BranchName()
 | 
			
		||||
	}
 | 
			
		||||
	return brs, nil
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user