Skip to content

Commit

Permalink
Make the ingestion of Arcadia Science reproducible #3234
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcmoulton committed May 10, 2024
1 parent bce55f0 commit 24e9cab
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/ingest/group-ingestion-configurations.ts
Expand Up @@ -13,7 +13,12 @@ export const groupIngestionConfigurations: Array<GroupIngestionConfiguration> =
{
id: 'bc1f956b-12e8-4f5c-aadc-70f91347bd18',
name: 'Arcadia Science',
discoverPublishedEvaluations: discoverEvaluationsFromHypothesisGroup('ApM1XL6A'),
discoverPublishedEvaluations: discoverEvaluationsFromHypothesisGroup('ApM1XL6A', new Date('2023-04-15')),
},
{
id: 'bc1f956b-12e8-4f5c-aadc-70f91347bd18',
name: 'Arcadia Science (old private group)',
discoverPublishedEvaluations: discoverEvaluationsFromHypothesisGroup('VzenYeD8'),
},
{
id: 'b560187e-f2fb-4ff9-a861-a204f3fc0fb0',
Expand Down

0 comments on commit 24e9cab

Please sign in to comment.