Skip to content

Commit

Permalink
Fix the reflection. (#15734)
Browse files Browse the repository at this point in the history
  • Loading branch information
larry-aptos authored Jan 14, 2025
1 parent 2712cc7 commit bc2d87a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ impl RunnableConfig for IndexerGrpcDataServiceConfig {
.register_encoded_file_descriptor_set(INDEXER_V1_FILE_DESCRIPTOR_SET)
.register_encoded_file_descriptor_set(TRANSACTION_V1_TESTING_FILE_DESCRIPTOR_SET)
.register_encoded_file_descriptor_set(UTIL_TIMESTAMP_FILE_DESCRIPTOR_SET)
.build_v1()
.build_v1alpha()
.map_err(|e| anyhow::anyhow!("Failed to build reflection service: {}", e))?
.send_compressed(CompressionEncoding::Zstd)
.accept_compressed(CompressionEncoding::Zstd)
Expand Down

0 comments on commit bc2d87a

Please sign in to comment.