Fix lint errors

This commit is contained in:
yflory
2017-04-28 12:12:17 +02:00
parent fc760b4820
commit 0ef1c14d7f
3 changed files with 3 additions and 3 deletions

View File

@@ -437,7 +437,6 @@ define([
if (!Cryptpad.isLoggedIn() || !AppConfig.enablePinning) { todo(); }
Cryptpad.pinPads([Cryptpad.hrefToHexChannelId(data.href)], function (e, hash) {
if (e) { return void cb(e); }
cb('E_OVER_LIMIT'); return; //TODO
todo();
});
};