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