Skip to content

Commit

Permalink
Merge pull request #293 from CBIIT/amattu2/Remove-CRDCID
Browse files Browse the repository at this point in the history
Remove CRDC_ID from Submission Schema
  • Loading branch information
amattu2 authored Feb 29, 2024
2 parents e9322f4 + f3cf065 commit cd39acb
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 cd39acb

Please sign in to comment.