Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/docker/build-push-…
Browse files Browse the repository at this point in the history
…action-5
  • Loading branch information
eatyourgreens authored Oct 6, 2023
2 parents f103284 + 90b3255 commit 6b94e38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/subject-set.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const { unparse } = require('papaparse')

const fetchWithRetry = require('./fetchWithRetry')

const PROJECT_IDS = [ 12268, 12561, 16957, 5481, 17426 ]
const PROJECT_IDS = [ 12268, 12561, 16957, 5481, 17426, 20163 ]
const PAGE_SIZE = 100

function subjectMetadataRow(subject, indexFields = []) {
Expand Down

0 comments on commit 6b94e38

Please sign in to comment.