Skip to content

Commit

Permalink
Update DRY schema import per tests
Browse files Browse the repository at this point in the history
  • Loading branch information
eweitz committed Aug 20, 2024
1 parent 0501f2d commit d3ae61c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/javascript/lib/validation/shared-validation.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// Ultimately sourced from: scp-ingest-pipeline/schemas
import * as data from 'lib/assets/metadata_schemas/alexandria_convention/alexandria_convention_schema.json';

const REQUIRED_CONVENTION_COLUMNS = data.required
export const REQUIRED_CONVENTION_COLUMNS = data.required.filter(c => c !== 'CellID')

/**
* ParseException can be thrown when we encounter an error that prevents us from parsing the file further
Expand Down

0 comments on commit d3ae61c

Please sign in to comment.