1
0
forked from Kieran/snort

Merge pull request #71 from v0l/error-verification

fix: don't retry errored verifications
This commit is contained in:
Kieran 2023-01-16 10:07:43 +00:00 committed by GitHub
commit ed4201e773
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
},