Fix various linter errors
This commit is contained in:
@@ -62,7 +62,7 @@ async function getZoneRecords(domainConfig, zoneName, name, type) {
|
||||
|
||||
const zoneId = await getZoneId(domainConfig, zoneName);
|
||||
|
||||
let page = 0, more = false;
|
||||
let page = 0, more;
|
||||
let records = [];
|
||||
|
||||
do {
|
||||
|
||||
Reference in New Issue
Block a user