diff --git a/internal/utils/dcmenu/dcmenu.go b/internal/utils/dcmenu/dcmenu.go index a43184f..ea3e58e 100644 --- a/internal/utils/dcmenu/dcmenu.go +++ b/internal/utils/dcmenu/dcmenu.go @@ -156,7 +156,8 @@ func ParseCSV(u string) (*Menu, error) { // Remove the first row, its a title // Removed 9/17/2024 as they removed the title row but it might come back - // records = records[1:] + // Readded 2/20/2025 + records = records[1:] // Initialize Menu var menu Menu