cleanup
This commit is contained in:
parent
98e8d5170b
commit
bb6d1fd6a3
@ -45,7 +45,6 @@ export const del: RequestHandler = async (event) => {
|
||||
|
||||
const { fqdn } = await event.request.json();
|
||||
let ip;
|
||||
console.log(fqdn);
|
||||
try {
|
||||
ip = await dns.resolve(fqdn);
|
||||
} catch (error) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user