fix: remove unused variable in test-domain.js to pass linting
This commit is contained in:
parent
f277f9432c
commit
6f3727a548
@ -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();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user