diff --git a/src/index.ts b/src/index.ts index d24ecbe..20175dd 100644 --- a/src/index.ts +++ b/src/index.ts @@ -34,11 +34,6 @@ async function handleDiscover(aq: ActiveQuery): Promise { return; } - if (!("pubkey" in aq.callerInput)) { - aq.reject("pubkey required"); - return; - } - if ( "options" in aq.callerInput && typeof aq.callerInput.options !== "object"