Skip to content

Commit

Permalink
Fix mierge
Browse files Browse the repository at this point in the history
  • Loading branch information
bchu1 committed Dec 23, 2024
1 parent fab1434 commit 4793249
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions frontend/packages/data-portal/app/graphql/getRunByIdV2.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -273,13 +273,6 @@ const GET_RUN_BY_ID_QUERY_V2 = gql(`
title
}
}
# Deposition banner
# Returns empty array if $depositionId not defined
depositions(where: { id: { _eq: $depositionId }}) {
id
title
}
}
# Tomograms table + download selector
Expand Down Expand Up @@ -342,6 +335,13 @@ const GET_RUN_BY_ID_QUERY_V2 = gql(`
}
}
}
# Deposition banner
# Returns empty array if $depositionId not defined
depositions(where: { id: { _eq: $depositionId }}) {
id
title
}
}
`)

Expand Down

0 comments on commit 4793249

Please sign in to comment.