Skip to content

Commit 43122a1

Browse files
Update lib/stream-chat/moderation.rb
Co-authored-by: nijeesh-stream <[email protected]>
1 parent a6ef048 commit 43122a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/stream-chat/moderation.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class Moderation
1616
user: 'stream:user',
1717
message: 'stream:chat:v1:message'
1818
}.freeze,
19-
T::Hash[T.untyped, T.untyped]
19+
T::Hash[T.Symbol, T.String]
2020
)
2121

2222
sig { params(client: Client).void }

0 commit comments

Comments
 (0)