diff --git a/src/utils.ts b/src/utils.ts index 215cfa5..082454a 100644 --- a/src/utils.ts +++ b/src/utils.ts @@ -1,4 +1,4 @@ export function isValid32ByteHex(input: string): boolean { const hexRegex = /^[a-fA-F0-9]{64}$/; return hexRegex.test(input); -} \ No newline at end of file +} diff --git a/src/well-known/lnurlp.ts b/src/well-known/lnurlp.ts index f4f1b3d..a1c9c1b 100644 --- a/src/well-known/lnurlp.ts +++ b/src/well-known/lnurlp.ts @@ -51,4 +51,4 @@ export function createLnurlWellKnownApp(db: DB) { }); return hono; -} \ No newline at end of file +} diff --git a/src/well-known/nostr.ts b/src/well-known/nostr.ts index 8f7a11d..6e5a64b 100644 --- a/src/well-known/nostr.ts +++ b/src/well-known/nostr.ts @@ -28,4 +28,4 @@ export function createNostrWellKnownApp(db: DB) { }); return hono; -} \ No newline at end of file +}