fix: remove unused variable in test-domain.js to pass linting

This commit is contained in:
Ian Macabulos 2026-01-15 00:12:22 +08:00
parent f277f9432c
commit 6f3727a548

View File

@ -15,11 +15,6 @@ dayjs.extend(require("dayjs/plugin/utc"));
const testDb = new TestDB();
describe("Domain Expiry", () => {
const monHttpCom = {
type: "http",
url: "https://www.google.com",
domainExpiryNotification: true,
};
before(async () => {
await testDb.create();