From ddf53c54a9a21dae26bda9478bd2231efe8efe41 Mon Sep 17 00:00:00 2001 From: SwiftHawk Date: Tue, 14 May 2024 16:35:21 +0500 Subject: [PATCH] chore quick fix --- src/pages/verify/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/verify/index.tsx b/src/pages/verify/index.tsx index efff90e..6572ebc 100644 --- a/src/pages/verify/index.tsx +++ b/src/pages/verify/index.tsx @@ -299,7 +299,7 @@ export const VerifyPage = () => { [signedEvent.pubkey]: JSON.stringify(signedEvent, null, 2) } - const stringifiedMeta = JSON.stringify(meta, null, 2) + const stringifiedMeta = JSON.stringify(metaCopy, null, 2) zip.file('meta.json', stringifiedMeta) const metaHash = await getHash(stringifiedMeta)