cleanup
This commit is contained in:
parent
98e8d5170b
commit
bb6d1fd6a3
1 changed files with 0 additions and 1 deletions
|
|
@ -45,7 +45,6 @@ export const del: RequestHandler = async (event) => {
|
||||||
|
|
||||||
const { fqdn } = await event.request.json();
|
const { fqdn } = await event.request.json();
|
||||||
let ip;
|
let ip;
|
||||||
console.log(fqdn);
|
|
||||||
try {
|
try {
|
||||||
ip = await dns.resolve(fqdn);
|
ip = await dns.resolve(fqdn);
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue