lint compliance or something

This commit is contained in:
ansuz
2018-01-29 14:26:24 +01:00
parent f134f11b73
commit 8e2c9ebfa3
3 changed files with 12 additions and 9 deletions

View File

@@ -335,7 +335,6 @@ define([
}
store.anon_rpc.send('GET_DELETED_PADS', list, function (e, res) {
console.log(e, res);
if (e) { return void cb({error: e}); }
if (res && res.length && Array.isArray(res[0])) {
cb(res[0]);