Skip to content

Commit

Permalink
Fix index deserialization
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmior committed Feb 16, 2019
1 parent 9fb6089 commit 8ed3839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/nose/serialize.rb
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def call(_, represented:, fragment:, **)

Index.new f.call(fragment['hash_fields']),
f.call(fragment['order_fields']),
f.call(fragment['extra']), graph, fragment['key']
f.call(fragment['extra']), graph, saved_key: fragment['key']
end
end

Expand Down

0 comments on commit 8ed3839

Please sign in to comment.