Skip to content

Commit

Permalink
fix: CQDG-976 remove unused field
Browse files Browse the repository at this point in the history
  • Loading branch information
adipaul1981 committed Jan 13, 2025
1 parent 28b25b8 commit ea4a767
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/graphql/files/models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ export interface IFileEntity {
study_id: string;
study_code: string;
study: IStudyEntity;
biospecimen_reference: string;
ferload_url: string;
file_hash: string;
file_name: string;
Expand Down
1 change: 0 additions & 1 deletion src/graphql/files/queries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ export const GET_FILES = gql`
data_category
data_type
dataset
biospecimen_reference
sequencing_experiment {
experimental_strategy
type_of_sequencing
Expand Down

0 comments on commit ea4a767

Please sign in to comment.