refactor: alerts / emails

This commit is contained in:
Henry Dollman
2024-08-12 19:13:42 -04:00
parent d0d4e546d9
commit f8d2161489
6 changed files with 32 additions and 57 deletions

View File

@@ -25,8 +25,5 @@ func main() {
Run: func(_ *cobra.Command, _ []string) { update.UpdateBeszel() },
})
hubApp := hub.NewHub(app)
hubApp.Run()
hub.NewHub(app).Run()
}