diff --git a/admin/api/team.go b/admin/api/team.go index 9bcf208c..fd164fbf 100644 --- a/admin/api/team.go +++ b/admin/api/team.go @@ -327,7 +327,7 @@ func updateTeam(c *gin.Context) { return } - c.JSON(http.StatusOK, team) + c.JSON(http.StatusOK, ut) } func disableInactiveTeams(c *gin.Context) {