Skip to content

Commit 551f9d8

Browse files
Update lib/stream-chat/client.rb
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 30b6238 commit 551f9d8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/stream-chat/client.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,6 @@ def deactivate_user(user_id, **options)
280280
post("users/#{user_id}/deactivate", params: options)
281281
end
282282

283-
284283
# Deactivates a users
285284
sig { params(user_ids: T::Array[String], options: T.untyped).returns(StreamChat::StreamResponse) }
286285
def deactivate_users(user_ids, **options)

0 commit comments

Comments
 (0)