lint compliance
parent
e83e589cf0
commit
f004c4d701
2
rpc.js
2
rpc.js
|
@ -1346,7 +1346,7 @@ RPC.create = function (
|
|||
});
|
||||
|
||||
case 'REMOVE_OWNED_CHANNEL':
|
||||
return void removeOwnedChannel(Env, msg[1], publicKey, function (e, response) {
|
||||
return void removeOwnedChannel(Env, msg[1], publicKey, function (e) {
|
||||
if (e) { return void Respond(e); }
|
||||
Respond(void 0, "OK");
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue