Skip to content

Commit

Permalink
mistype
Browse files Browse the repository at this point in the history
  • Loading branch information
jtomchak committed Dec 22, 2023
1 parent 2410e08 commit 04b626b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/mammoth/status_origin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def bulk_reasons(reasons)
def add_reason(key, status_id, reason)
redis.pipelined do |pipeline|
pipeline.zadd(key, status_id, reason)
pipeline.expire(r[:key], 1.day.seconds)
pipeline.expire(key, 1.day.seconds)
end
end

Expand Down

0 comments on commit 04b626b

Please sign in to comment.