fix: build failing due to type issue

This commit is contained in:
Stixx 2024-12-19 10:16:18 +01:00
parent 6aeb98b233
commit 652ea06c0d

@ -652,7 +652,7 @@ export const SignPage = () => {
return
}
let metaUrl: string | undefined
let metaUrl: string
try {
metaUrl = await uploadMetaToFileStorage(meta, encryptionKey)
} catch (error) {