We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 901b385 commit 2aa1e5aCopy full SHA for 2aa1e5a
1 file changed
crates/core/src/plugins/edge/mod.rs
@@ -30,7 +30,6 @@ impl Plugin for EdgePlugin {
30
fn name(&self) -> &'static str {
31
"edge"
32
}
33
- fn setup(&mut self, _ctx: &mut crate::plugin::InitPluginContext) {}
34
fn on_event(
35
&mut self,
36
event: &FlowEvent,
0 commit comments