summaryrefslogtreecommitdiffstats
path: root/api4/team.go
diff options
context:
space:
mode:
Diffstat (limited to 'api4/team.go')
-rw-r--r--api4/team.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/api4/team.go b/api4/team.go
index ea39629c7..58dcaca0d 100644
--- a/api4/team.go
+++ b/api4/team.go
@@ -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) {