Skip to content

Commit

Permalink
renamed the predefined order key
Browse files Browse the repository at this point in the history
  • Loading branch information
zookzook committed Sep 22, 2023
1 parent 0ceb046 commit ecd8da0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bson/decoder.ex
Original file line number Diff line number Diff line change
Expand Up @@ -218,5 +218,5 @@ end
defmodule BSON.PreserverOrderDecoder do
@moduledoc false

use BSON.DecoderGenerator, preserve_order: :order
use BSON.DecoderGenerator, preserve_order: :__order__
end

0 comments on commit ecd8da0

Please sign in to comment.