fix: return hash from nostr.build

This commit is contained in:
Kieran 2023-12-10 17:23:57 +00:00
parent d167579348
commit 5add66711a
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941
2 changed files with 14 additions and 13 deletions

View File

@ -40,6 +40,7 @@ export default async function NostrBuild(file: File | Blob, publisher?: EventPub
blurhash: res.blurhash, blurhash: res.blurhash,
width: res.dimensions.width, width: res.dimensions.width,
height: res.dimensions.height, height: res.dimensions.height,
hash: res.sha256
}, },
}; };
} }