diff options
Diffstat (limited to 'internal/route/user/profile.go')
-rw-r--r-- | internal/route/user/profile.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/internal/route/user/profile.go b/internal/route/user/profile.go index 89d84509..3baee4e3 100644 --- a/internal/route/user/profile.go +++ b/internal/route/user/profile.go @@ -99,8 +99,7 @@ func Following(c *context.Context, puser *context.ParamsUser) { repo.RenderUserCards(c, puser.NumFollowing, puser.GetFollowing, FOLLOWERS) } -func Stars(c *context.Context) { - +func Stars(_ *context.Context) { } func Action(c *context.Context, puser *context.ParamsUser) { |