Merge pull request 'fix: build failing due to type issue' (#280) from build-fix into staging
All checks were successful
Release to Staging / build_and_release (push) Successful in 1m39s

Reviewed-on: #280
This commit is contained in:
b 2024-12-19 09:18:17 +00:00
commit d965e56f76

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