diff options
Diffstat (limited to 'web/websocket')
| -rw-r--r-- | web/websocket/notifier.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/websocket/notifier.go b/web/websocket/notifier.go index 91e52c7c..74cf61b2 100644 --- a/web/websocket/notifier.go +++ b/web/websocket/notifier.go @@ -49,7 +49,7 @@ func BroadcastInbounds(inbounds any) { } // BroadcastOutbounds broadcasts outbounds list update to all connected clients -func BroadcastOutbounds(outbounds interface{}) { +func BroadcastOutbounds(outbounds any) { hub := GetHub() if hub != nil { hub.Broadcast(MessageTypeOutbounds, outbounds) |
