We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1cc125 commit 98f2cf6Copy full SHA for 98f2cf6
1 file changed
server/router/frontend/frontend.go
@@ -29,7 +29,7 @@ func NewFrontendService(profile *profile.Profile, store *store.Store) *FrontendS
29
}
30
31
32
-func (s *FrontendService) Serve(ctx context.Context, e *echo.Echo) {
+func (*FrontendService) Serve(_ context.Context, e *echo.Echo) {
33
skipper := func(c echo.Context) bool {
34
return util.HasPrefixes(c.Path(), "/api", "/memos.api.v1")
35
0 commit comments