Skip to content

Commit

Permalink
webex: fix bad module name
Browse files Browse the repository at this point in the history
Signed-off-by: Jérôme Jutteau <[email protected]>
  • Loading branch information
jerome-jutteau committed Jan 18, 2024
1 parent 5fd24b1 commit 24c6822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webex.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ use tokio::time::Duration;
#[async_trait]
impl Module for Webex {
fn name(&self) -> &'static str {
"hello"
"webex"
}

fn params(&self) -> Vec<ModuleParam> {
Expand Down

0 comments on commit 24c6822

Please sign in to comment.