Cleaning
This commit is contained in:
parent
05127ef72b
commit
eb0cc6d7f2
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue