Skip to content

Commit

Permalink
[DT-496]: fix Konvex.Implementation.Riak.AnyBucketWithKeyValueAggrega…
Browse files Browse the repository at this point in the history
…te.get_all_keys/0 return value bug
  • Loading branch information
iamafanasyev committed Feb 23, 2022
1 parent b07822a commit 6d37dc4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ defmodule Konvex.Implementation.Riak.AnyBucketWithKeyValueAggregate do
def get_all_keys() do
get_all_any_key_values()
|> Map.keys()
|> MapSet.new()
end

@impl Konvex.Ability.ToPutAnyValue
Expand Down

0 comments on commit 6d37dc4

Please sign in to comment.