fix(api): fix types

This commit is contained in:
Il Harper 2024-08-23 15:35:21 +08:00
parent 91b713a5aa
commit 42e5f8c2aa
No known key found for this signature in database
GPG Key ID: 4B71FCA698E7E8EC

View File

@ -32,7 +32,7 @@ export const buildAssetsGet =
code: 2152, code: 2152,
throw: true, throw: true,
}) })
return Promise.resolve() return Promise.resolve<string>(undefined as unknown as string)
} }
data.peerUid = peerUid data.peerUid = peerUid