thanks linter, love you <3

This commit is contained in:
tobi 2025-01-07 18:29:18 +01:00
commit bb55ffcb8a
4 changed files with 8 additions and 8 deletions

View file

@ -25,7 +25,7 @@ import (
"github.com/superseriousbusiness/gotosocial/internal/gtsmodel"
)
func (a *Actions) DomainKeysExpireF(domain string) AdminActionF {
func (a *Actions) DomainKeysExpireF(domain string) ActionF {
return func(ctx context.Context) gtserror.MultiError {
var (
expiresAt = time.Now()