staging release #299

Merged
b merged 67 commits from staging into main 2025-01-07 10:10:29 +00:00
Showing only changes of commit d965e56f76 - Show all commits

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