make until error types accurate
This commit is contained in:
@@ -31,7 +31,8 @@ export function useVerificationCreateMutation() {
|
||||
await until(
|
||||
5,
|
||||
1e3,
|
||||
(profile: app.bsky.actor.getProfile.$OutputBody) => {
|
||||
profile => {
|
||||
if (!profile) return false
|
||||
if (
|
||||
profile.verification &&
|
||||
profile.verification.verifications.find(v => v.uri === uri)
|
||||
|
||||
Reference in New Issue
Block a user