poll_data: Fix implicit use of any.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2024-05-02 14:38:11 -07:00
committed by Tim Abbott
parent 7f131b880d
commit 3c2fae1171

View File

@@ -148,7 +148,7 @@ export class PollData {
}
const key = `${sender_id},${idx}`;
const votes = new Map();
const votes = new Map<number, number>();
this.key_to_option.set(key, {
option,