mirror of
https://github.com/samsonjs/rack-attack.git
synced 2026-04-25 14:47:43 +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
|
# so use the raw Redis::Store instead
|
||||||
@store = store.instance_variable_get(:@data)
|
@store = store.instance_variable_get(:@data)
|
||||||
else
|
else
|
||||||
@redis_store = false
|
|
||||||
@store = store
|
@store = store
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue