Skip to content

Commit

Permalink
Not sure where response went
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Mar 10, 2012
1 parent 30d5d02 commit 106ef02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ledge.lua
Expand Up @@ -295,7 +295,7 @@ function ledge.fetch()
for k,v in pairs(messages) do
if (v == 'finished') then
-- Go get from redis
local = ledge.cache.read()
local response = ledge.cache.read()
response.status = cache.status
response.body = cache.body
response.header = cache.header
Expand Down

0 comments on commit 106ef02

Please sign in to comment.