auth/scopes/never: Remove unneeded auth reference

This commit is contained in:
Tom Wiesing 2024-04-08 21:35:23 +02:00
parent d268728f7d
commit dd92c33608
No known key found for this signature in database

View file

@ -4,14 +4,10 @@ import (
"net/http"
"github.com/FAU-CDI/wisski-distillery/internal/dis/component"
"github.com/FAU-CDI/wisski-distillery/internal/dis/component/auth"
)
type Never struct {
component.Base
dependencies struct {
Auth *auth.Auth
}
}
var (