Skip to content

Commit ffa704b

Browse files
committed
fix: remove status from sort_by options
closes #303
1 parent 463c8c0 commit ffa704b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/event_store/storage/stream.ex

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ defmodule EventStore.Storage.Stream do
6767
:stream_version -> "stream_version"
6868
:created_at -> "created_at"
6969
:deleted_at -> "deleted_at"
70-
:status -> "status"
7170
end
7271

7372
sort_dir =

0 commit comments

Comments
 (0)