mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
lint compliance
This commit is contained in:
parent
3d7cc48133
commit
3e5ace7c9e
@ -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();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user