mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-07-04 17:06:49 +00:00
New lint rules
This commit is contained in:
@ -26,7 +26,7 @@ func Get() *sse.Server {
|
||||
if instance == nil {
|
||||
instance = sse.NewServer(&sse.Options{
|
||||
Logger: logger.Get(),
|
||||
ChannelNameFunc: func(request *http.Request) string {
|
||||
ChannelNameFunc: func(_ *http.Request) string {
|
||||
return defaultChannel // This is the channel for all updates regardless of visibility
|
||||
},
|
||||
})
|
||||
|
Reference in New Issue
Block a user