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