mirror of
https://github.com/jackmerrill/hampbot.git
synced 2025-02-23 11:17:12 -08:00
re-add removal of the first row in CSV parsing
This commit is contained in:
parent
b7c005581b
commit
d6f956f692
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user