diff --git a/src/index.ts b/src/index.ts index e9a7098..56a4c6b 100644 --- a/src/index.ts +++ b/src/index.ts @@ -33,7 +33,7 @@ async function handleResolve(aq: ActiveQuery) { try { ret = await resolver.resolve( aq.callerInput.domain, - aq.callerInput?.options ?? {}, + aq.callerInput?.options, aq.callerInput?.bypassCache || false ); } catch (e: any) {