chore: code cleanup service/webfinger

This commit is contained in:
Thomas Müller
2024-04-26 11:11:10 +02:00
parent f7fb0bc591
commit ac951eaaae
7 changed files with 15 additions and 40 deletions
@@ -22,7 +22,7 @@ func OpenIDDiscovery(href string) service.RelationProvider {
}
}
func (l *openIDDiscovery) Add(ctx context.Context, jrd *webfinger.JSONResourceDescriptor) {
func (l *openIDDiscovery) Add(_ context.Context, jrd *webfinger.JSONResourceDescriptor) {
if jrd == nil {
jrd = &webfinger.JSONResourceDescriptor{}
}