Skip to content

Commit

Permalink
fix: generator to use #43
Browse files Browse the repository at this point in the history
  • Loading branch information
mteam88 committed Aug 17, 2023
1 parent 0b04eed commit a1b5ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/generator/src/init.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ pub fn generate_strategy(name: &str) -> TokenStream {
Ok(())
}

async fn process_event(&mut self, event: Event) -> Option<Action> {
async fn process_event(&mut self, event: Event) -> Vec<Action> {
match event {}
}
}
Expand Down

0 comments on commit a1b5ae1

Please sign in to comment.