*Don't set a default options value

This commit is contained in:
Derrick Hammer 2022-08-20 12:35:51 -04:00
parent 89a17b5ac8
commit c2d428758d
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) {