*Update dist
This commit is contained in:
parent
c2d428758d
commit
dee297e0cd
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue