Skip to content

Commit cd84f8b

Browse files
committed
Correct types
1 parent 43122a1 commit cd84f8b

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.Symbol, T.String]
19+
T::Hash[Symbol, String]
2020
)
2121

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

0 commit comments

Comments
 (0)