Fix: linter complaints

This commit is contained in:
Grail Finder
2026-03-13 11:19:49 +03:00
parent 648035b194
commit 4cfe2fe37f
5 changed files with 0 additions and 12 deletions

View File

@@ -162,7 +162,6 @@ func (p ProviderSQL) ListFiles() ([]string, error) {
return nil, err
}
defer rows.Close()
var allFiles []string
for rows.Next() {
var filename string