Skip to content

Commit

Permalink
chore: allow dts for SWR and BR
Browse files Browse the repository at this point in the history
  • Loading branch information
marco79cgn committed Dec 11, 2023
1 parent 92b9c09 commit 62c8e7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ingest/events/post.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ 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']

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

0 comments on commit 62c8e7e

Please sign in to comment.