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
All checks were successful
Release to Staging / build_and_release (push) Successful in 1m39s
Reviewed-on: #280
This commit is contained in:
commit
d965e56f76
@ -652,7 +652,7 @@ export const SignPage = () => {
|
||||
return
|
||||
}
|
||||
|
||||
let metaUrl: string | undefined
|
||||
let metaUrl: string
|
||||
try {
|
||||
metaUrl = await uploadMetaToFileStorage(meta, encryptionKey)
|
||||
} catch (error) {
|
||||
|
Loading…
Reference in New Issue
Block a user