Skip to content

Commit 8dd7d73

Browse files
fix: run alignments (#1793)
fix run alignments
1 parent b44a890 commit 8dd7d73

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/packages/data-portal/app/graphql/getRunByIdV2.server.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ const GET_RUN_BY_ID_QUERY_V2 = gql(`
213213
# Filter by non-null alignment method since it can be null
214214
alignments(where: {
215215
alignmentMethod: { _is_null: false, },
216+
runId: { _eq: $id }
216217
}) {
217218
id
218219
}

0 commit comments

Comments
 (0)