mirror of
https://github.com/jackmerrill/hampbot.git
synced 2024-12-03 20:51:32 -08:00
remove title row removal
This commit is contained in:
parent
79b6c7b18a
commit
09c2ae06dc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user