From 6a07d2d9d379fb435f9dd0843e6e16151dbd517f Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Sun, 7 May 2023 12:02:55 -0500 Subject: [PATCH] nip05: fix not calling underscored fetch --- nip05.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nip05.ts b/nip05.ts index 93229a8..81ba7d6 100644 --- a/nip05.ts +++ b/nip05.ts @@ -41,7 +41,7 @@ export async function queryProfile(fullname: string): Promise