eslint: add no-shadow
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user