fix: don't retry errored verifications #71

Merged
verbiricha merged 1 commits from error-verification into main 2023-01-16 10:07:44 +00:00
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ export function useIsVerified(nip05, pubkey) {
() => fetchNip05Pubkey(name, domain),
{
retry: false,
retryOnMount: false,
cacheTime: VERIFICATION_CACHE_TIME,
staleTime: VERIFICATION_STALE_TIMEOUT
},