mirror of
https://github.com/henrygd/beszel.git
synced 2025-12-17 10:46:16 +01:00
refactor: alerts / emails
This commit is contained in:
@@ -25,8 +25,5 @@ func main() {
|
||||
Run: func(_ *cobra.Command, _ []string) { update.UpdateBeszel() },
|
||||
})
|
||||
|
||||
hubApp := hub.NewHub(app)
|
||||
|
||||
hubApp.Run()
|
||||
|
||||
hub.NewHub(app).Run()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user