Skip to content

Commit

Permalink
[BUG] debug proto not included in release (chroma-core#2411)
Browse files Browse the repository at this point in the history
  • Loading branch information
codetheweb authored and Anush008 committed Jun 27, 2024
1 parent c46054a commit 0d9d82d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rust/worker/src/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -528,6 +528,7 @@ impl chroma_proto::metadata_reader_server::MetadataReader for WorkerServer {
}
}

#[cfg(debug_assertions)]
#[tonic::async_trait]
impl chroma_proto::debug_server::Debug for WorkerServer {
async fn get_info(
Expand Down

0 comments on commit 0d9d82d

Please sign in to comment.