chore: fix whitespace

This commit is contained in:
2026-05-02 13:51:36 +02:00
committed by Mikkel Elvers
parent 33b450a686
commit 94e60e0d8b
4 changed files with 15 additions and 15 deletions

View File

@@ -52,7 +52,7 @@ func NewRouter(cfg Config) http.Handler {
middleware.InitAuth(cfg.AuthService)
animeHandler := anime.NewHandler(cfg.JikanClient, cfg.DB)
playbackSvc := playback.NewService(cfg.DB, cfg.SQLDB, playback.Config{
ProxyTokenSecret: cfg.PlaybackProxySecret,
})