fix: build failing due to type issue
All checks were successful
Open PR on Staging / audit_and_check (pull_request) Successful in 44s
All checks were successful
Open PR on Staging / audit_and_check (pull_request) Successful in 44s
This commit is contained in:
parent
6aeb98b233
commit
652ea06c0d
@ -652,7 +652,7 @@ export const SignPage = () => {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
let metaUrl: string | undefined
|
let metaUrl: string
|
||||||
try {
|
try {
|
||||||
metaUrl = await uploadMetaToFileStorage(meta, encryptionKey)
|
metaUrl = await uploadMetaToFileStorage(meta, encryptionKey)
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
|
Loading…
Reference in New Issue
Block a user