Skip to content

Commit

Permalink
fix conversation
Browse files Browse the repository at this point in the history
  • Loading branch information
TCeason committed Sep 24, 2024
1 parent 63f45d0 commit 5c099b9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/query/management/src/procedure/procedure_mgr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,7 @@ impl ProcedureMgr {
})
.await?;
if dropped.is_none() {
if req.if_exists {
// Ok
} else {
if !req.if_exists {
return Err(AppError::from(name_ident.unknown_error("drop procedure")).into());
}
}
Expand Down

0 comments on commit 5c099b9

Please sign in to comment.