Skip to content

Commit

Permalink
feat: add LGPN lookup metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
ajmacdonald committed Aug 28, 2019
1 parent ff4f5f5 commit acc8de8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,7 @@ function showError(error, entitySourceName) {
* @property {String} geonames
* @property {String} getty
* @property {String} wikidata
* @property {String} lgpn
*/
const lookupSourceMetadata = {
'cwrc': {
Expand All @@ -393,6 +394,10 @@ const lookupSourceMetadata = {
'wikidata': {
title: 'Wikidata',
enabled: true
},
'lgpn': {
title: 'LGPN',
enabled: true
}
}

Expand Down

0 comments on commit acc8de8

Please sign in to comment.