Skip to content

Commit

Permalink
fix: Modify the value of team's short lcuuid corresponding to org_id
Browse files Browse the repository at this point in the history
  • Loading branch information
jin-xiaofeng committed Jul 3, 2024
1 parent 055356c commit 85c556c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/controller/trisolaris/trisolaris.go
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ func (m *TrisolarisManager) getTeamData(orgIDs []int) {
continue
}
for _, team := range teams {
teamIDToOrgID[team.ShortLcuuid] = team.ORGID
teamIDToOrgID[team.ShortLcuuid] = orgID
teamIDStrToInt[team.ShortLcuuid] = team.TeamID
}
}
Expand Down

0 comments on commit 85c556c

Please sign in to comment.