diff options
Diffstat (limited to 'routers/api/v1/user/star.go')
-rw-r--r-- | routers/api/v1/user/star.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/routers/api/v1/user/star.go b/routers/api/v1/user/star.go index e5eec71b60..744e0bf7d5 100644 --- a/routers/api/v1/user/star.go +++ b/routers/api/v1/user/star.go @@ -5,10 +5,9 @@ package user import ( - api "code.gitea.io/gitea/modules/structs" - "code.gitea.io/gitea/models" "code.gitea.io/gitea/modules/context" + api "code.gitea.io/gitea/modules/structs" ) // getStarredRepos returns the repos that the user with the specified userID has |