Skip to content

Commit

Permalink
desplat
Browse files Browse the repository at this point in the history
  • Loading branch information
nherson committed Jan 29, 2025
1 parent 8d70a6f commit 9dca701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/identity_cache/cache_fetcher.rb
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ def client_id

def cas_multi(keys)
result = nil
@cache_backend.cas_multi(*keys) do |results|
@cache_backend.cas_multi(keys) do |results|
deleted = results.select { |_, v| IdentityCache::DELETED == v }
results.reject! { |_, v| IdentityCache::DELETED == v }

Expand Down

0 comments on commit 9dca701

Please sign in to comment.