fix lint
continuous-integration/drone/push Build is passing Details

Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
Sam Therapy 2022-06-19 15:52:35 +02:00
parent 2b7cd9ea73
commit a29f69fce7
Signed by: sam
GPG Key ID: 4D8B07C18F31ACBD
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ export async function doQuery(
response.response = "NXDOMAIN";
break;
default:
console.dir(e)
console.dir(e);
response.response = "SERVFAIL";
}
});