fix(server/m7-353): rename unused r in handleAdminBulkRefetchCovers
This commit is contained in:
@@ -55,7 +55,7 @@ type adminBulkRefetchResp struct {
|
|||||||
// handleAdminBulkRefetchCovers implements POST /api/admin/covers/refetch-missing.
|
// handleAdminBulkRefetchCovers implements POST /api/admin/covers/refetch-missing.
|
||||||
// Returns immediately; actual drain runs in a background goroutine bounded by
|
// Returns immediately; actual drain runs in a background goroutine bounded by
|
||||||
// the configured backfill cap.
|
// the configured backfill cap.
|
||||||
func (h *handlers) handleAdminBulkRefetchCovers(w http.ResponseWriter, r *http.Request) {
|
func (h *handlers) handleAdminBulkRefetchCovers(w http.ResponseWriter, _ *http.Request) {
|
||||||
cap := h.coverArtBackfillCap
|
cap := h.coverArtBackfillCap
|
||||||
go func() {
|
go func() {
|
||||||
bgCtx := context.Background()
|
bgCtx := context.Background()
|
||||||
|
|||||||
Reference in New Issue
Block a user