mirror of
https://github.com/chrononeko/chronocat.git
synced 2024-11-22 07:07:53 +00:00
fix(api): fix types
This commit is contained in:
parent
91b713a5aa
commit
42e5f8c2aa
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user