Skip to content

Commit

Permalink
fix: remove status from sort_by options
Browse files Browse the repository at this point in the history
closes #303
  • Loading branch information
yordis committed Mar 4, 2025
1 parent 463c8c0 commit ffa704b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/event_store/storage/stream.ex
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ defmodule EventStore.Storage.Stream do
:stream_version -> "stream_version"
:created_at -> "created_at"
:deleted_at -> "deleted_at"
:status -> "status"
end

sort_dir =
Expand Down

0 comments on commit ffa704b

Please sign in to comment.