docker.js and services.js: async'ify
This commit is contained in:
+1
-1
@@ -285,7 +285,7 @@ async function del(domain, auditSource) {
|
||||
|
||||
eventlog.add(eventlog.ACTION_DOMAIN_REMOVE, auditSource, { domain });
|
||||
|
||||
mail.onDomainRemoved(domain, NOOP_CALLBACK);
|
||||
safe(mail.onDomainRemoved(domain));
|
||||
}
|
||||
|
||||
async function clear() {
|
||||
|
||||
Reference in New Issue
Block a user