enhancement(lint): Fix lint errors for src/modules/nextdns.ts

Co-authored-by: NeonGamerBot-QK <saahilattud@gmail.com>
Signed-off-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com>
This commit is contained in:
zeon-neon[bot] 2024-10-29 03:44:03 +00:00 committed by GitHub
parent 424d496cfa
commit f0d2e9b56f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -57,9 +57,7 @@ export function myPrivateDNS(app: ModifiedApp) {
channel: `C07LT7XS28Z`,
text: `${realData.status == "blocked" ? ":x:" : ":white_check_mark:"} ${realData.encrypted ? ":lock: " : ""} - ${realData.domain} `,
});
} catch (e) {
}
} catch (e) {}
});
rs.on("end", () => {
console.log("end");