lint compliance

This commit is contained in:
ansuz
2017-10-02 18:58:18 +02:00
parent 94c392b79f
commit 6c7b135f91
3 changed files with 2 additions and 4 deletions

View File

@@ -407,7 +407,7 @@ define([
});
sframeChan.on('Q_CONTACTS_OPEN_FRIEND_CHANNEL', function (curvePublic, cb) {
messenger.openFriendChannel(curvePublic, function (e, data) {
messenger.openFriendChannel(curvePublic, function (e) {
cb({ error: e, });
});
});