Revert "*Don't set a default options value"

This reverts commit c2d428758d.
This commit is contained in:
Derrick Hammer 2022-08-20 12:41:49 -04:00
parent dee297e0cd
commit ac12204391
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -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) {