Skip to content

Commit b80e6b7

Browse files
authored
fix: Change timeout_ms in event hooks to Number to match the old async moderation config (#203)
1 parent b72cd75 commit b80e6b7

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/io/getstream/chat/java/models

1 file changed

+1
-1
lines changed

src/main/java/io/getstream/chat/java/models/App.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ public static class EventHook {
500500

501501
@Nullable
502502
@JsonProperty("timeout_ms")
503-
private Integer timeoutMs;
503+
private Number timeoutMs;
504504

505505
@Nullable
506506
@JsonProperty("callback")

0 commit comments

Comments
 (0)