Revert "*Don't set a default options value"
This reverts commit c2d428758d
.
This commit is contained in:
parent
dee297e0cd
commit
ac12204391
|
@ -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