Skip to content

Commit

Permalink
Do not require resource type
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall authored Dec 2, 2024
1 parent 783840b commit e3fce59
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 @@ -63,7 +63,6 @@ func CheckMyWork(w http.ResponseWriter, r *http.Request) {
"Title",
"Object Model",
"Full Title",
"Resource Type",
}
uploadIds := map[string]bool{}
for rowIndex, row := range csvData[1:] {
Expand Down

0 comments on commit e3fce59

Please sign in to comment.