Skip to content

Commit

Permalink
Merge pull request #30 from cwrc/development
Browse files Browse the repository at this point in the history
fix: πŸ› display url must be https
  • Loading branch information
lucaju authored Sep 28, 2022
2 parents fd621a0 + 08ead27 commit bb4a902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const callGetty = async (url, query, gettyVocab) => {
nameType: gettyVocab,
id: uri,
uri,
uriForDisplay: BASE_URL,
uriForDisplay: uri.replace('http', 'https'),
name,
repository: 'getty',
originalQueryString: query,
Expand Down

0 comments on commit bb4a902

Please sign in to comment.