tangled
alpha
login
or
join now
frontpage.fyi
/
frontpage
21
fork
atom
AT-based link agregator. Mirror of https://github.com/likeandscribe/frontpage
21
fork
atom
overview
issues
pulls
pipelines
Remove unused import
tom.sherman.is
1 year ago
8332324f
4fd92b8d
verified
This commit was signed with the committer's
known signature
.
tom.sherman.is
SSH Key Fingerprint:
SHA256:s683B2DU0yXjYHmKfzMF5t1GryE92wn75ZgRoLJ76HY=
+1
-1
1 changed file
expand all
collapse all
unified
split
packages
atproto-browser
lib
atproto-server.ts
+1
-1
packages/atproto-browser/lib/atproto-server.ts
···
10
import { isValidHandle, NSID, InvalidNsidError } from "@atproto/syntax";
11
import { isDid } from "@atproto/did";
12
import { domainToASCII } from "url";
13
-
import { resolveTxt, NOTFOUND } from "node:dns/promises";
14
15
function timeoutWith<T>(
16
timeout: number,
···
10
import { isValidHandle, NSID, InvalidNsidError } from "@atproto/syntax";
11
import { isDid } from "@atproto/did";
12
import { domainToASCII } from "url";
13
+
import { resolveTxt } from "node:dns/promises";
14
15
function timeoutWith<T>(
16
timeout: number,