removed unused code

This commit is contained in:
BroodjeAap 2022-12-27 12:58:45 +00:00
parent 7bf779351c
commit ad40aae4e9

View file

@ -223,11 +223,6 @@ func (web *Web) run() {
web.router.Run("0.0.0.0:8080")
}
type WatchEntry struct {
Watch *Watch
Entry *cron.Entry
}
func (web *Web) index(c *gin.Context) {
watches := []Watch{}
web.db.Find(&watches)