Skip to content

Commit

Permalink
c
Browse files Browse the repository at this point in the history
  • Loading branch information
Larkooo committed Sep 13, 2024
1 parent bf507d9 commit 2aad21e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/torii/grpc/src/server/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1031,7 +1031,6 @@ fn build_composite_clause(
);
bind_values.extend(nested_values);
}

Check warning on line 1033 in crates/torii/grpc/src/server/mod.rs

View check run for this annotation

Codecov / codecov/patch

crates/torii/grpc/src/server/mod.rs#L1019-L1033

Added lines #L1019 - L1033 were not covered by tests
_ => return Err(QueryError::UnsupportedQuery.into()),
}
}

Expand Down

0 comments on commit 2aad21e

Please sign in to comment.