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