*Update dist

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

2
dist/index.js vendored
View File

@ -21,7 +21,7 @@ async function handleResolve(aq) {
} }
let ret; let ret;
try { try {
ret = await resolver.resolve(aq.callerInput.domain, aq.callerInput?.options ?? {}, aq.callerInput?.bypassCache || false); ret = await resolver.resolve(aq.callerInput.domain, aq.callerInput?.options, aq.callerInput?.bypassCache || false);
} }
catch (e) { catch (e) {
aq.reject(e); aq.reject(e);