From 8e923fe443fa5122de5d1edade698938efd58846 Mon Sep 17 00:00:00 2001 From: Manav Rathi Date: Mon, 17 Jun 2024 11:46:34 +0530 Subject: [PATCH] All --- web/apps/cast/src/services/pair.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/apps/cast/src/services/pair.ts b/web/apps/cast/src/services/pair.ts index 9edea9ca4f..bc50f19b59 100644 --- a/web/apps/cast/src/services/pair.ts +++ b/web/apps/cast/src/services/pair.ts @@ -81,7 +81,7 @@ export const register = async (): Promise => { await generateKeyPair(); // Register keypair with museum to get a pairing code. - let pairingCode: string; + let pairingCode: string | undefined; // eslint has fixed this spurious warning, but we're not on the latest // version yet, so add a disable. // https://github.com/eslint/eslint/pull/18286