Skip to content

Commit

Permalink
Remove CRDC_ID from Submission Schema
Browse files Browse the repository at this point in the history
  • Loading branch information
amattu2 committed Feb 29, 2024
1 parent e9322f4 commit f3cf065
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/graphql/submissionQCResults.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ export const query = gql`
batchID
displayID
nodeID
CRDC_ID
severity
uploadedDate
validatedDate
Expand Down
2 changes: 0 additions & 2 deletions src/types/Submissions.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ type QCResult = {
batchID: string;
displayID: number;
nodeID: string;
CRDC_ID: string;
severity: "Error" | "Warning"; // [Error, Warning]
uploadedDate: string; // batch.updatedAt
validatedDate: string;
Expand Down Expand Up @@ -210,7 +209,6 @@ type DataRecord = {
// relationshipProps: [RelationshipProperty] # for future use
// rawData: RawData
s3FileInfo: S3FileInfo; // only for "file" types, should be null for other nodes
CRDC_ID: string;
};

type SubmissionStatistic = {
Expand Down

0 comments on commit f3cf065

Please sign in to comment.