lint compliance

This commit is contained in:
yflory 2024-01-29 18:01:02 +01:00
parent 3d7cc48133
commit 3e5ace7c9e

View file

@ -692,7 +692,7 @@ define([
dataToAdd.forEach(function(mailbox) {
if (mailbox.notifications && mailbox.curvePublic) {
common.mailbox.sendTo("ADD_TO_ACCESS_LIST", {
channel: channel,
channel: data.channel || priv.channel,
}, {
channel: mailbox.notifications,
curvePublic: mailbox.curvePublic
@ -700,7 +700,7 @@ define([
} else {
return;
}
})
});
if (err) {
waitFor.abort();