Skip to content

Commit

Permalink
fix sub-domain in helper
Browse files Browse the repository at this point in the history
  • Loading branch information
cziaarm committed Oct 30, 2024
1 parent 439732d commit e045824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/helpers/ubiquity/preselect_institution_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def fetch_institution_by_tenant
institution_hash = {
'British Library' => ['sandbox', 'sandbox2', 'bl', 'bl-demo'],
'British Museum' => ['britishmuseum', 'britishmuseum-demo'],
'Historic Royal Palaces' => ['hrp', 'hrp-demo'],
'Historic Royal Palaces' => ['historicroyalpalaces', 'historicroyalpalaces-demo'],
'MOLA' => ['sandbox2', 'mola', 'mola-demo'],
'National Library of Scotland' => ['nls', 'nls-demo'],
'National Museums Scotland' => ['nms', 'nms-demo'],
Expand Down

0 comments on commit e045824

Please sign in to comment.