Skip to content

Commit

Permalink
add project 18285 (Civil War Bluejackets) (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
lcjohnso authored Jul 30, 2024
1 parent 5dfd0cb commit 7c95e83
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, 20163 ]
const PROJECT_IDS = [ 12268, 12561, 16957, 5481, 17426, 20163, 18285 ]
const PAGE_SIZE = 100

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

0 comments on commit 7c95e83

Please sign in to comment.