Skip to content

Commit

Permalink
fix unresolved confilict
Browse files Browse the repository at this point in the history
  • Loading branch information
4t145 committed Aug 1, 2023
1 parent ee375de commit 7e1a20a
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions sdk/invoke/src/invoke_enumeration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,18 +41,4 @@ pub enum InvokeModuleKind {
Stats,
Schedule,
Iam
}

#[cfg(not(feature = "reldb-core"))]
#[derive(Display, Clone, Debug, PartialEq, Eq, Deserialize, Serialize, poem_openapi::Enum)]
pub enum InvokeModuleKind {
Search,
Plugin,
Kv,
Log,
Object,
Cache,
Graph,
Stats,
Schedule,
}
}

0 comments on commit 7e1a20a

Please sign in to comment.