Fixed unused parameters
This commit is contained in:
@ -1,13 +1,12 @@
|
||||
package thread
|
||||
|
||||
import (
|
||||
"github.com/aerogo/aero"
|
||||
"github.com/animenotifier/notify.moe/arn"
|
||||
"github.com/animenotifier/notify.moe/assets"
|
||||
"github.com/animenotifier/notify.moe/utils"
|
||||
)
|
||||
|
||||
func getOpenGraph(ctx aero.Context, thread *arn.Thread) *arn.OpenGraph {
|
||||
func getOpenGraph(thread *arn.Thread) *arn.OpenGraph {
|
||||
openGraph := &arn.OpenGraph{
|
||||
Tags: map[string]string{
|
||||
"og:title": thread.Title,
|
||||
|
Reference in New Issue
Block a user