mirror of
https://github.com/jackmerrill/hampbot.git
synced 2024-12-04 04:53:01 -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
|
// 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
|
// Initialize Menu
|
||||||
var menu Menu
|
var menu Menu
|
||||||
|
|
Loading…
Reference in New Issue
Block a user