Skip to content

Commit 15a0436

Browse files
committed
turing inst sub dom is ati not turing
1 parent 792af01 commit 15a0436

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/helpers/ubiquity/preselect_institution_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def fetch_institution_by_tenant
1515
'Science Museum Group' => ['sciencemuseumgroup', 'sciencemuseumgroup-demo'],
1616
'National Trust' => ['nt', 'nt-demo'],
1717
'National Library of Scotland' => ['nls', 'nls-demo'],
18-
'The Alan Turing Institute' => ['turing', 'turing-demo'],
18+
'The Alan Turing Institute' => ['ati', 'ati-demo'],
1919
'' => ['nhs', 'nhs-demo']
2020
}
2121
institution_hash.select { |_key, values| values.include?(tenant_name) }.keys.first

0 commit comments

Comments
 (0)