Skip to content

Commit

Permalink
rm old code
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall committed Aug 27, 2024
1 parent 3f99f74 commit 865c09a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/handlers/check.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ func CheckMyWork(w http.ResponseWriter, r *http.Request) {

header := csvData[0]
doiPattern := regexp.MustCompile(`^10\.\d{4,9}\/[-._;()/:A-Za-z0-9]+$`)
gettyTgnPattern := regexp.MustCompile(`^http://vocab\.getty\.edu/page/tgn/\d+$`)
datePattern := regexp.MustCompile(`^\d{4}(-\d{2}(-\d{2})?)?$`)
hierarchyChecked := map[string]bool{}
errors := map[string]string{}
Expand Down

0 comments on commit 865c09a

Please sign in to comment.