Use session for retrieving org teams (#11438)
Co-authored-by: Guillermo Prandi <guillep2k@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									4744e1e0f7
								
							
						
					
					
						commit
						c3d9a5f846
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -1241,7 +1241,7 @@ func TransferOwnership(doer *User, newOwnerName string, repo *Repository) error | |||
| 	} | ||||
| 
 | ||||
| 	if newOwner.IsOrganization() { | ||||
| 		if err := newOwner.GetTeams(&SearchTeamOptions{}); err != nil { | ||||
| 		if err := newOwner.getTeams(sess); err != nil { | ||||
| 			return fmt.Errorf("GetTeams: %v", err) | ||||
| 		} | ||||
| 		for _, t := range newOwner.Teams { | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue