From eb0cc6d7f2ae94d910fc3f50d5b487b5910a9119 Mon Sep 17 00:00:00 2001 From: Imbus <> Date: Sat, 28 Sep 2024 06:49:05 +0200 Subject: [PATCH] Cleaning --- src/main.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main.go b/src/main.go index 296c72c..12c1596 100644 --- a/src/main.go +++ b/src/main.go @@ -17,7 +17,6 @@ func main() { if err != nil { log.Fatalf("Failed to create database: %v", err) } - _ = db notifier := NtfyNotifier{Topic: config.NtfyTopic} @@ -32,7 +31,6 @@ func main() { if tag.Name == "" { log.Printf("No tags found for %s", repo.Repo) continue - _ = notifier } // Check and store tag