mirror of
https://github.com/System-End/slack-end.git
synced 2026-04-19 23:22:56 +00:00
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:
parent
424d496cfa
commit
f0d2e9b56f
1 changed files with 1 additions and 3 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue