Fixed unused parameters
This commit is contained in:
@ -27,6 +27,6 @@ func Feed(ctx aero.Context) error {
|
||||
}
|
||||
|
||||
customCtx := ctx.(*middleware.OpenGraphContext)
|
||||
customCtx.OpenGraph = getOpenGraph(ctx, group)
|
||||
customCtx.OpenGraph = getOpenGraph(group)
|
||||
return ctx.HTML(components.GroupFeed(group, member, user))
|
||||
}
|
||||
|
Reference in New Issue
Block a user