Skip to content

Commit

Permalink
move
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Sikina committed Dec 7, 2023
1 parent 49e075d commit 88d8486
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ public Response querySync(QueryRequest queryRequest) {
Set<String> allowedResultTypes = Set.of(
"COUNT", "CROSS_COUNT", "INFO_COLUMN_LISTING", "OBSERVATION_COUNT",
"OBSERVATION_CROSS_COUNT", "CATEGORICAL_CROSS_COUNT", "CONTINUOUS_CROSS_COUNT",
"VARIANT_COUNT_FOR_QUERY"
"VARIANT_COUNT_FOR_QUERY", "AGGREGATE_VCF_EXCERPT", "VCF_EXCERPT"
);

if (!allowedResultTypes.contains(expectedResultType)) {
Expand Down

0 comments on commit 88d8486

Please sign in to comment.