Skip to content

Commit

Permalink
Merge pull request #12 from k0lter/master
Browse files Browse the repository at this point in the history
Fix typo already fixed in redis module name
  • Loading branch information
realaravinth committed Oct 16, 2023
2 parents 6bc0d11 + 0c50ee6 commit 5acab0b
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 5acab0b

Please sign in to comment.