Skip to content

Commit

Permalink
Formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
charvolant committed Mar 11, 2021
1 parent 300881d commit ca4e01d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grails-app/services/au/org/ala/bie/ImportService.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ class ImportService implements GrailsConfigurationAware {
doc["guid"] = pageUrl
doc["name"] = document.title
doc["content"] = document.body
doc["linkIdentifier"] = pageUrl
doc["linkIdentifier"] = pageUrl
//doc["australian_s"] = "recorded" // so they appear in default QF search
doc["categories"] = categories
// add to doc to buffer (List)
Expand Down

0 comments on commit ca4e01d

Please sign in to comment.