fix(server): repair go vet failures from A1+A2 cleanup (orphan imports + needle deref)

This commit is contained in:
2026-05-08 10:46:43 -04:00
parent c81491164a
commit 4ce7be4296
6 changed files with 3 additions and 7 deletions
-1
View File
@@ -8,7 +8,6 @@ import (
"github.com/go-chi/chi/v5"
"git.fabledsword.com/bvandeusen/minstrel/internal/apierror"
"git.fabledsword.com/bvandeusen/minstrel/internal/auth"
"git.fabledsword.com/bvandeusen/minstrel/internal/tracks"
)