admin: Fix team updating

This commit is contained in:
nemunaire 2023-01-24 15:51:22 +01:00
commit 847a42700f

View file

@ -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) {