Files
zulip/web/tests/peer_data.test.js
Lalit e06726a5cf peer_data: Remove over defensive assert_number function.
Removes the `assert_number` over defensive function which was being used
for validating the type of `stream_id` but now that this module is
converted to TypeScript we do not need this function anymore since
typescript compiler will do the type checking for us.
2023-07-17 10:37:29 -07:00

9.4 KiB