Skip to content

Commit

Permalink
Fix typo already fixed in redis module name
Browse files Browse the repository at this point in the history
  • Loading branch information
k0lter committed May 11, 2023
1 parent 22e3cb1 commit 0c50ee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/redis/mcaptcha_redis.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const ADD_CHALLENGE: &str = "MCAPTCHA_CACHE.ADD_CHALLENGE";
const GET_CHALLENGE: &str = "MCAPTCHA_CACHE.GET_CHALLENGE";
const DELETE_CHALLENGE: &str = "MCAPTCHA_CACHE.DELETE_CHALLENGE";

const MODULE_NAME: &str = "mcaptcha_cahce";
const MODULE_NAME: &str = "mcaptcha_cache";

impl MCaptchaRedis {
/// Get new [MCaptchaRedis]. Use this when executing commands that are
Expand Down

0 comments on commit 0c50ee6

Please sign in to comment.