diff --git a/routers/api/v1/org/org.go b/routers/api/v1/org/org.go index a1f6714ad1..5f7d4fb608 100644 --- a/routers/api/v1/org/org.go +++ b/routers/api/v1/org/org.go @@ -5,8 +5,8 @@ package org import ( - "fmt" "errors" + "fmt" "net/http" activities_model "code.gitea.io/gitea/models/activities"