This commit is contained in:
Manav Rathi
2024-06-17 11:46:34 +05:30
parent fe47186ace
commit 8e923fe443

View File

@@ -81,7 +81,7 @@ export const register = async (): Promise<Registration> => {
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