From ae90c39479861977ebe2bba909fedc5758c6dacd Mon Sep 17 00:00:00 2001 From: memdmp Date: Wed, 14 Jan 2026 01:47:51 +0100 Subject: fix: old email is no longer relevant and should be avoided --- src/routes/canaries/keystore.ts | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) (limited to 'src/routes/canaries/keystore.ts') diff --git a/src/routes/canaries/keystore.ts b/src/routes/canaries/keystore.ts index 90185f5..0180399 100644 --- a/src/routes/canaries/keystore.ts +++ b/src/routes/canaries/keystore.ts @@ -6,14 +6,14 @@ const will_debug = true; const debug = dev && will_debug ? (z: any, ...a: any[]) => - console.debug( - ...[ - ...(typeof z === 'string' - ? [`[keystore] ${z}`] - : ['[keystore]', z]), - ...a, - ], - ) + console.debug( + ...[ + ...(typeof z === 'string' + ? [`[keystore] ${z}`] + : ['[keystore]', z]), + ...a, + ], + ) : () => void 0; const _validateSignature = async (message: string, id: string) => { id = id.toUpperCase(); @@ -110,7 +110,7 @@ const pushKey = async ({ if ( expect_fingerprint && parsedKey.getFingerprint().toUpperCase() !== - expect_fingerprint.toUpperCase() + expect_fingerprint.toUpperCase() ) throw new Error( `Key ${parsedKey.getFingerprint()} is not ${expect_fingerprint}`, @@ -139,7 +139,6 @@ export const initKeystore = (async () => { ids: ['memdmp'], expect_user_ids: [ 'memdmp ', - 'memdmp ', ], expect_fingerprint: 'B546778F06BBCC8EC167DB3CD919706487B8B6DE', is_url: true, @@ -178,7 +177,7 @@ ZQ4KTbprMz8J4AD/bG33f9Kqg3AqehEyU2TldJs9U9Oni5AXGSGfKLJhmQc= =945T -----END PGP SIGNATURE----- `, - signed_by: 'memdmp ', + signed_by: 'memdmp ', ids: ['canary-sigkey-signing'], expect_fingerprint: '55D3582CAE78601990A8CA1DBFD0F9E61CB7D84E', }); -- cgit v1.2.3