*Don't set a default options value
This commit is contained in:
parent
89a17b5ac8
commit
c2d428758d
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue