admin: Fix team updating
This commit is contained in:
parent
1d3a75ff82
commit
847a42700f
1 changed files with 1 additions and 1 deletions
|
|
@ -327,7 +327,7 @@ func updateTeam(c *gin.Context) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
c.JSON(http.StatusOK, team)
|
c.JSON(http.StatusOK, ut)
|
||||||
}
|
}
|
||||||
|
|
||||||
func disableInactiveTeams(c *gin.Context) {
|
func disableInactiveTeams(c *gin.Context) {
|
||||||
|
|
|
||||||
Reference in a new issue