chore quick fix
All checks were successful
Release / build_and_release (push) Successful in 1m7s

This commit is contained in:
SwiftHawk 2024-05-14 16:35:21 +05:00
parent b5273393e6
commit ddf53c54a9

View File

@ -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)