mirror of
https://github.com/samsonjs/rack-attack.git
synced 2026-03-25 09:25:49 +00:00
Merge pull request #9 from vipulnsward/remove_unused_var
Remove unused var
This commit is contained in:
commit
a8e759cf4b
1 changed files with 0 additions and 1 deletions
|
|
@ -18,7 +18,6 @@ module Rack
|
|||
# so use the raw Redis::Store instead
|
||||
@store = store.instance_variable_get(:@data)
|
||||
else
|
||||
@redis_store = false
|
||||
@store = store
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue