Skip to content

Commit

Permalink
fix error log
Browse files Browse the repository at this point in the history
  • Loading branch information
hzxa21 committed Sep 4, 2024
1 parent b456b82 commit e2fec45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/meta/service/src/cluster_limit_service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ use risingwave_pb::common::worker_node::State;
use risingwave_pb::common::WorkerType;
use risingwave_pb::meta::cluster_limit_service_server::ClusterLimitService;
use risingwave_pb::meta::{GetClusterLimitsRequest, GetClusterLimitsResponse};
use thiserror_ext::AsReport;
use tonic::{Request, Response, Status};

#[derive(Clone)]
Expand Down

0 comments on commit e2fec45

Please sign in to comment.