diff --git a/services/data-manager/service/fetch/v1/htmlParsingFunctions.go b/services/data-manager/service/fetch/v1/htmlParsingFunctions.go index ac409aa..1268810 100644 --- a/services/data-manager/service/fetch/v1/htmlParsingFunctions.go +++ b/services/data-manager/service/fetch/v1/htmlParsingFunctions.go @@ -71,11 +71,6 @@ func hasClassAttribute(node *html.Node, classValue string) bool { return false } -type dayTable struct { - day string - table []*html.Node -} - // Get Tables with days func getEventTables(node *html.Node, dayLabels []string) map[string][]*html.Node { // Create a map to store the tables with the corresponding day from the dayLabels