From a29f69fce75bcb2927717c0426a5efaa19da0b5b Mon Sep 17 00:00:00 2001 From: Sam Therapy Date: Sun, 19 Jun 2022 15:52:35 +0200 Subject: [PATCH] fix lint Signed-off-by: Sam Therapy --- lib/query.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/query.ts b/lib/query.ts index 1cfa196..ef72662 100644 --- a/lib/query.ts +++ b/lib/query.ts @@ -32,7 +32,7 @@ export async function doQuery( response.response = "NXDOMAIN"; break; default: - console.dir(e) + console.dir(e); response.response = "SERVFAIL"; } });