Skip to content

Commit 98f2cf6

Browse files
committed
chore: tweak linter
1 parent b1cc125 commit 98f2cf6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/router/frontend/frontend.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ func NewFrontendService(profile *profile.Profile, store *store.Store) *FrontendS
2929
}
3030
}
3131

32-
func (s *FrontendService) Serve(ctx context.Context, e *echo.Echo) {
32+
func (*FrontendService) Serve(_ context.Context, e *echo.Echo) {
3333
skipper := func(c echo.Context) bool {
3434
return util.HasPrefixes(c.Path(), "/api", "/memos.api.v1")
3535
}

0 commit comments

Comments
 (0)