From dee297e0cd680f7feb1b88982dad58a2c0aa00b2 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Sat, 20 Aug 2022 12:36:36 -0400 Subject: [PATCH] *Update dist --- dist/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/index.js b/dist/index.js index 6bf302d..fa59d1a 100644 --- a/dist/index.js +++ b/dist/index.js @@ -21,7 +21,7 @@ async function handleResolve(aq) { } let ret; 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) { aq.reject(e);