From ad40aae4e95792b8476847d5f58dc9b68047fed9 Mon Sep 17 00:00:00 2001 From: BroodjeAap Date: Tue, 27 Dec 2022 12:58:45 +0000 Subject: [PATCH] removed unused code --- main.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/main.go b/main.go index 490fff4..7fa5677 100644 --- a/main.go +++ b/main.go @@ -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)