mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
Remove unused variable
This commit is contained in:
parent
2165e649bc
commit
d23990e709
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ export async function lookupPubkey(value: string, signal?: AbortSignal): Promise
|
||||||
try {
|
try {
|
||||||
const { pubkey } = await nip05Cache.fetch(value, { signal });
|
const { pubkey } = await nip05Cache.fetch(value, { signal });
|
||||||
return pubkey;
|
return pubkey;
|
||||||
} catch (e) {
|
} catch {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue