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();
|
||||
let ip;
|
||||
console.log(fqdn);
|
||||
try {
|
||||
ip = await dns.resolve(fqdn);
|
||||
} catch (error) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue