fix: build failing due to type issue
All checks were successful
Open PR on Staging / audit_and_check (pull_request) Successful in 44s

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

View File

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