challenge-sync-airbus: 2025 API ready
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
526d693ffd
commit
7df675346c
6 changed files with 62 additions and 60 deletions
|
|
@ -39,7 +39,7 @@ func (w *Walker) fetchTeams() error {
|
|||
|
||||
for tid, team := range w.Teams {
|
||||
for i, t := range teams {
|
||||
if team.Name == t.Name || team.ExternalId == t.Name {
|
||||
if team.Name == t.Name || team.ExternalId == t.Name || team.ExternalId == t.UUID {
|
||||
w.TeamBindings[tid] = &teams[i]
|
||||
break
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue