Skip to content

Commit

Permalink
fix: TYPE_NAME for DropFlowProcedure
Browse files Browse the repository at this point in the history
  • Loading branch information
killme2008 committed Jul 11, 2024
1 parent f617b05 commit 5fe5489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/meta/src/ddl/drop_flow.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ pub struct DropFlowProcedure {
}

impl DropFlowProcedure {
pub const TYPE_NAME: &'static str = "metasrv-procedure:DropFlow";
pub const TYPE_NAME: &'static str = "metasrv-procedure::DropFlow";

pub fn new(cluster_id: ClusterId, task: DropFlowTask, context: DdlContext) -> Self {
Self {
Expand Down

0 comments on commit 5fe5489

Please sign in to comment.