simplify things (#7735)

This commit is contained in:
Chris
2017-10-30 11:57:24 -05:00
committed by GitHub
parent 63df41b911
commit c5e8cb25ca
49 changed files with 96 additions and 184 deletions

View File

@@ -604,7 +604,6 @@ func teamExists(c *Context, w http.ResponseWriter, r *http.Request) {
}
w.Write([]byte(model.MapBoolToJson(resp)))
return
}
func importTeam(c *Context, w http.ResponseWriter, r *http.Request) {