Skip to content

Commit

Permalink
Feb endpoints, refresh landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
svginc committed Feb 20, 2024
1 parent eea613f commit 9415bf7
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ func CriterionsWebscraper(CHPLURL string, fileToWriteTo string) {
organization := parts[0]
url := "https://" + parts[1]

if strings.HasSuffix(organization, "-") {
organization = strings.TrimSuffix(organization, "-")
}

var entry LanternEntry

entry.URL = strings.TrimSpace(url)
Expand Down

0 comments on commit 9415bf7

Please sign in to comment.