AT-based link agregator. Mirror of https://github.com/likeandscribe/frontpage

Remove unused import

tom.sherman.is 8332324f 4fd92b8d

verified
+1 -1
+1 -1
packages/atproto-browser/lib/atproto-server.ts
··· 10 10 import { isValidHandle, NSID, InvalidNsidError } from "@atproto/syntax"; 11 11 import { isDid } from "@atproto/did"; 12 12 import { domainToASCII } from "url"; 13 - import { resolveTxt, NOTFOUND } from "node:dns/promises"; 13 + import { resolveTxt } from "node:dns/promises"; 14 14 15 15 function timeoutWith<T>( 16 16 timeout: number,