diff options
Diffstat (limited to 'web/web.go')
| -rw-r--r-- | web/web.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -487,6 +487,6 @@ func (s *Server) GetCron() *cron.Cron { } // GetWSHub returns the WebSocket hub instance. -func (s *Server) GetWSHub() interface{} { +func (s *Server) GetWSHub() any { return s.wsHub } |
