diff options
| author | Grail Finder <wohilas@gmail.com> | 2026-03-13 11:19:49 +0300 |
|---|---|---|
| committer | Grail Finder <wohilas@gmail.com> | 2026-03-13 11:19:49 +0300 |
| commit | 4cfe2fe37f3b048bc7fad2e197dd0d49ea4307ce (patch) | |
| tree | 6ee619d7751df06421ad82fdbb091dae63007faa /storage | |
| parent | 648035b194dd1b8c658a6411b9f9fe19467ccc10 (diff) | |
Diffstat (limited to 'storage')
| -rw-r--r-- | storage/vector.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/storage/vector.go b/storage/vector.go index e8ecb52..fed78a9 100644 --- a/storage/vector.go +++ b/storage/vector.go @@ -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 |
