Skip to content

Commit

Permalink
fix: institution ids for swr and br
Browse files Browse the repository at this point in the history
  • Loading branch information
marco79cgn committed Dec 12, 2023
1 parent c75f9b9 commit bf13594
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ingest/events/post.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ const DEFAULT_ZONE = 'Europe/Berlin'

// feature flags
const IS_COMMON_TOPIC_ENABLED = true
// allow DTS for SWR (a3004ff924ece1a2) and BR (95a02eb6cc4f3d59)
const DTS_INSTITUTION_ALLOW_LIST = ['urn:ard:institution:a3004ff924ece1a2', 'urn:ard:institution:95a02eb6cc4f3d59']
// allow DTS for SWR (baa7e9a52223a090) and BR (7d64899d03610af2)
const DTS_INSTITUTION_ALLOW_LIST = ['urn:ard:institution:baa7e9a52223a090', 'urn:ard:institution:7d64899d03610af2']

module.exports = async (req, res) => {
try {
Expand Down

0 comments on commit bf13594

Please sign in to comment.