fix function signatures

This commit is contained in:
ansuz
2017-10-03 14:08:40 +02:00
parent 351b95d6a9
commit 09c0a473e2
2 changed files with 7 additions and 15 deletions

View File

@@ -447,7 +447,6 @@ define([
});
});
sframeChan.on('Q_CONTACTS_GET_FRIEND_INFO', function (curvePublic, cb) {
console.error(curvePublic);
messenger.getFriendInfo(curvePublic, function (e, info) {
cb({
error: e,