eslint: add no-shadow

This commit is contained in:
Girish Ramakrishnan
2026-02-18 08:18:37 +01:00
parent 4d3e9dc49b
commit 4ed6fbbd74
40 changed files with 250 additions and 249 deletions
+1 -1
View File
@@ -286,7 +286,7 @@ async function startChangeLocation(subdomain, domain, auditSource) {
.then(async () => {
await platform.onMailServerLocationChanged(auditSource);
})
.catch((error) => debug(`startChangeLocation`, error));
.catch((taskError) => debug(`startChangeLocation`, taskError));
await eventlog.add(eventlog.ACTION_MAIL_LOCATION, auditSource, { subdomain, domain, taskId });
return taskId;