Skip to content

Commit c5a0491

Browse files
committed
Fix test
1 parent fdadbeb commit c5a0491

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/stream-chat/client.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -936,7 +936,7 @@ def list_imports(options)
936936

937937
sig { params(filter: StringKeyHash, sort: T.nilable(T::Hash[String, Integer]), options: T.untyped).returns(StreamChat::StreamResponse) }
938938
def query_threads(filter, sort, **options)
939-
@thread.query_threads(filter, sort, **options)
939+
@thread.query_threads(filter, sort: sort, **options)
940940
end
941941

942942
private

0 commit comments

Comments
 (0)