From 3c2fae11710746f657eea6aedccb58988493ef26 Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Thu, 2 May 2024 14:38:11 -0700 Subject: [PATCH] poll_data: Fix implicit use of any. Signed-off-by: Anders Kaseorg --- web/shared/src/poll_data.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/shared/src/poll_data.ts b/web/shared/src/poll_data.ts index 133231454c..6133bce215 100644 --- a/web/shared/src/poll_data.ts +++ b/web/shared/src/poll_data.ts @@ -148,7 +148,7 @@ export class PollData { } const key = `${sender_id},${idx}`; - const votes = new Map(); + const votes = new Map(); this.key_to_option.set(key, { option,